aboutsummaryrefslogtreecommitdiffstats
path: root/vim-mode (unfollow)
Commit message (Expand)AuthorFilesLines
2010-10-02vim_mode: Add text-object aW.Simon Ruderich1-4/+89
2010-10-01vim_mode: Add :bd.Simon Ruderich1-0/+4
2010-10-01vim_mode: Fix gE in first word on line.Simon Ruderich1-1/+1
2010-10-01vim_mode: Fix W between words.Simon Ruderich1-0/+7
2010-10-01vim_mode: First work on text-objects.Simon Ruderich1-1/+23
2010-10-01vim_mode: Allow movement functions to change $cur_pos.Simon Ruderich1-8/+54
2010-10-01vim_mode: Fix _beginning_of_WORD() at end of the line.Simon Ruderich1-1/+1
2010-10-01vim_mode: Add known bugs.Simon Ruderich1-0/+5
2010-10-01vim_mode: Add ge and gE.Simon Ruderich1-1/+29
2010-10-01vim_mode: Move movement W to new function.Simon Ruderich1-7/+15
2010-10-01vim_mode: Move movement w to new function.Simon Ruderich1-13/+20
2010-10-01vim_mode: " is not repeatable.Simon Ruderich1-1/+0
2010-10-01vim_mode: Store repeatable "movements" in hash.Simon Ruderich1-7/+20
2010-10-01vim_mode: Update documentation.Simon Ruderich1-55/+81
2010-10-01vim_mode: Add Ctrl-W j/k to switch to split windows.Simon Ruderich1-2/+18
2010-10-01vim_mode: Minor comment update.Simon Ruderich1-1/+1
2010-10-01vim_mode: Add Ctrl-D, Ctrl-U, Ctrl-F, Ctrl-B for scrolling.Simon Ruderich1-2/+41
2010-10-01vim_mode: Add :undol[ist], remove Ctrl-D.Simon Ruderich1-2/+2
2010-09-30beginnings of configurable undo buffer size limit.Tom Feist1-0/+2
2010-09-30vim_mode: Add Ctrl-6 in command mode, same like :b#.Simon Ruderich1-0/+6
2010-09-30vim_mode: Add :bn :bp.Simon Ruderich1-2/+8
2010-09-30vim_mode: Add :ls and :buffers.Simon Ruderich1-0/+3
2010-09-30vim_mode: Fix esc in ex mode leaving the prompt unchanged.Simon Ruderich1-1/+3
2010-09-30vim_mode: Document ; and .Simon Ruderich1-0/+1
2010-09-30vim_mode: Add s.Simon Ruderich1-1/+7
2010-09-30vim_mode: Remove implemented todo.Simon Ruderich1-1/+0
2010-09-30more fixing to undo, weird bug that C-d would make it work when it shouldn't.Tom Feist1-6/+6
2010-09-30mostly working undo/redo support. Still adding history entries though, which weTom Feist1-15/+33
2010-09-30vim_mode: Add ; and ,.Simon Ruderich1-0/+41
2010-09-30vim_mode: Add missing use for irssi 0.8.14.Simon Ruderich1-0/+1
2010-09-30major changes to undo, no longer saving entries from inside _input, but usingTom Feist1-18/+21
2010-09-30vim_mode: Implement black hole register.Simon Ruderich1-0/+6
2010-09-30vim_mode: Fix insert repeat forgetting flushed @input_buf chars.Simon Ruderich1-0/+3
2010-09-30vim_mode: Also unregister the vim_windows statusbar.Simon Ruderich1-0/+1
2010-09-30missed some $ratios in teh debug prints when fixing last timeTom Feist1-2/+2
2010-09-30renamed $ratio for some more 'my masks ... scope' weirdness in 5.8.9Tom Feist1-4/+4
2010-09-30thanks to rudi_s for pointing out what a ternary operator looks like.Tom Feist1-1/+1
2010-09-30rename $window to avoid conflict in cmd_ex_commandTom Feist1-2/+2
2010-09-30fixed comment urls to point at irssi-scripts/ as they shouldTom Feist1-2/+2
2010-09-30removed // defined-or to allow 5.8 users to play.Tom Feist1-1/+1
2010-09-29vim_mode: Fix C not to move one character to the left.Simon Ruderich1-4/+6
2010-09-29vim_mode: Fix c to not delete the last space before a word.Simon Ruderich1-0/+8
2010-09-29vim_mode: Fix dB.Simon Ruderich1-4/+4
2010-09-29vim_mode: Fix missing argument to cmd_operator_d().Simon Ruderich1-1/+1
2010-09-29vim_mode: Fix W with operators.Simon Ruderich1-3/+4
2010-09-29vim_mode: Fix deletion/yanking/changing with most movements.Simon Ruderich1-4/+31
2010-09-29vim_mode: Fix d at the end of the line.Simon Ruderich1-0/+3
2010-09-29vim_mode: Support repeat for c, like c3wxxx<esc> .Simon Ruderich1-6/+11
2010-09-29vim_mode: Don't move after last character in command mode.Simon Ruderich1-4/+11
2010-09-29vim_mode: Add support to append to registers (A-Z).Simon Ruderich1-5/+17