aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* vim_mode: Add Ctrl-W j/k to switch to split windows.Simon Ruderich2010-10-011-2/+18
* vim_mode: Minor comment update.Simon Ruderich2010-10-011-1/+1
* Merge remote branch 'origin/dev'Tom Feist2010-10-011-4/+49
|\
| * vim_mode: Add Ctrl-D, Ctrl-U, Ctrl-F, Ctrl-B for scrolling.Simon Ruderich2010-10-011-2/+41
| * vim_mode: Add :undol[ist], remove Ctrl-D.Simon Ruderich2010-10-011-2/+2
| * vim_mode: Add Ctrl-6 in command mode, same like :b#.Simon Ruderich2010-09-301-0/+6
* | added a brief snippet showing how to intercept 'print text' signals, and updatedTom Feist2010-10-012-0/+39
* | Merge remote branch 'origin/dev'Tom Feist2010-09-301-5/+22
|\|
| * vim_mode: Add :bn :bp.Simon Ruderich2010-09-301-2/+8
| * vim_mode: Add :ls and :buffers.Simon Ruderich2010-09-301-0/+3
| * vim_mode: Fix esc in ex mode leaving the prompt unchanged.Simon Ruderich2010-09-301-1/+3
| * vim_mode: Document ; and .Simon Ruderich2010-09-301-0/+1
| * vim_mode: Add s.Simon Ruderich2010-09-301-1/+7
| * vim_mode: Remove implemented todo.Simon Ruderich2010-09-301-1/+0
* | beginnings of configurable undo buffer size limit.Tom Feist2010-09-301-0/+2
|/
* more fixing to undo, weird bug that C-d would make it work when it shouldn't.Tom Feist2010-09-301-6/+6
* Merge remote branch 'origin/dev'Tom Feist2010-09-301-0/+42
|\
| * vim_mode: Add ; and ,.Simon Ruderich2010-09-301-0/+41
| * vim_mode: Add missing use for irssi 0.8.14.Simon Ruderich2010-09-301-0/+1
* | mostly working undo/redo support. Still adding history entries though, which weTom Feist2010-09-301-15/+33
|/
* Merge remote branch 'origin/dev'Tom Feist2010-09-301-0/+10
|\
| * vim_mode: Implement black hole register.Simon Ruderich2010-09-301-0/+6
| * vim_mode: Fix insert repeat forgetting flushed @input_buf chars.Simon Ruderich2010-09-301-0/+3
| * vim_mode: Also unregister the vim_windows statusbar.Simon Ruderich2010-09-301-0/+1
* | updated test irssi config with /vim and /unvim commands for easy reloading.Tom Feist2010-09-301-0/+4
* | major changes to undo, no longer saving entries from inside _input, but usingTom Feist2010-09-301-18/+21
|/
* missed some $ratios in teh debug prints when fixing last timeTom Feist2010-09-301-2/+2
* renamed $ratio for some more 'my masks ... scope' weirdness in 5.8.9Tom Feist2010-09-301-4/+4
* thanks to rudi_s for pointing out what a ternary operator looks like.Tom Feist2010-09-301-1/+1
* rename $window to avoid conflict in cmd_ex_commandTom Feist2010-09-301-2/+2
* fixed comment urls to point at irssi-scripts/ as they shouldTom Feist2010-09-301-2/+2
* removed // defined-or to allow 5.8 users to play.Tom Feist2010-09-301-1/+1
* vim_mode: Fix C not to move one character to the left.Simon Ruderich2010-09-291-4/+6
* vim_mode: Fix c to not delete the last space before a word.Simon Ruderich2010-09-291-0/+8
* vim_mode: Fix dB.Simon Ruderich2010-09-291-4/+4
* vim_mode: Fix missing argument to cmd_operator_d().Simon Ruderich2010-09-291-1/+1
* vim_mode: Fix W with operators.Simon Ruderich2010-09-291-3/+4
* vim_mode: Fix deletion/yanking/changing with most movements.Simon Ruderich2010-09-291-4/+31
* vim_mode: Fix d at the end of the line.Simon Ruderich2010-09-291-0/+3
* vim_mode: Support repeat for c, like c3wxxx<esc> .Simon Ruderich2010-09-291-6/+11
* vim_mode: Don't move after last character in command mode.Simon Ruderich2010-09-291-4/+11
* vim_mode: Add support to append to registers (A-Z).Simon Ruderich2010-09-291-5/+17
* vim_mode: Fix :registers/:display with arguments.Simon Ruderich2010-09-291-1/+3
* vim_mode: Add :reg[isters] and :di[splay] ex commands.Simon Ruderich2010-09-291-0/+15
* vim_mode: Only allow access to registers a-z and " * +.Simon Ruderich2010-09-291-2/+12
* vim_mode: Make sure ex commands match from the beginning.Simon Ruderich2010-09-291-2/+2
* vim_mode: Comment update.Simon Ruderich2010-09-291-1/+1
* vim_mode: Add missing if DEBUG.Simon Ruderich2010-09-291-1/+1
* vim_mode: Add support for insert mode repetition and counts.Simon Ruderich2010-09-291-54/+126
* vim_mode: Fix cursor position to work like Vim.Simon Ruderich2010-09-291-0/+11