aboutsummaryrefslogtreecommitdiffstats
path: root/vim-mode (unfollow)
Commit message (Expand)AuthorFilesLines
2010-09-26vim_mode: Add r.Simon Ruderich1-0/+13
2010-09-26refactored enter handling code into _commit_line(), and intercepted enter fro...Tom Feist1-21/+34
2010-09-26modified script info block to contain real names.Tom Feist1-2/+3
2010-09-26vim_mode: Update documentation.Simon Ruderich1-4/+4
2010-09-26vim_mode: And document it (I keep forgetting).Simon Ruderich1-3/+1
2010-09-26vim_mode: Add ^ and fix I to use it.Simon Ruderich1-1/+17
2010-09-26vim_mode: Document S.Simon Ruderich1-1/+1
2010-09-26vim_mode: Add S.Simon Ruderich1-1/+7
2010-09-26vim_mode: Add C D.Simon Ruderich1-2/+10
2010-09-26vim_mode: . doesn't repeat movements now.Simon Ruderich1-5/+7
2010-09-26vim_mode: Minor code restructure. No functional changes.Simon Ruderich1-10/+12
2010-09-26first steps towards undoTom Feist1-0/+17
2010-09-26vim_mode: Add cc/dd/yy.Simon Ruderich1-2/+14
2010-09-26vim_mode: Implement skipping of movement/operator.Simon Ruderich1-6/+8
2010-09-26vim_mode: Prepare for skipping of movements.Simon Ruderich1-26/+29
2010-09-26another todo commentTom Feist1-0/+1
2010-09-26vim_mode: Fix j,k destroying current input line.Simon Ruderich1-2/+9
2010-09-26vim_mode: Add <space>.Simon Ruderich1-0/+5
2010-09-26vim_mode: d/c copies deleted string to " register.Simon Ruderich1-4/+4
2010-09-26added a bunch of TODO items based on feedback from #irssi.Tom Feist1-0/+11
2010-09-26vim_mode: Document known bugs.Simon Ruderich1-0/+4
2010-09-26vim_mode: Fix . before running any commands to repeat.Simon Ruderich1-1/+5
2010-09-26vim_mode: If . is given a count it replaces original count.Simon Ruderich1-3/+4
2010-09-26vim_mode: Fix operators with h and l.Simon Ruderich1-2/+2
2010-09-26vim_mode: Document .Simon Ruderich1-0/+1
2010-09-26vim_mode: Implement . (repeat).Simon Ruderich1-3/+26
2010-09-26vim_mode: Don't run the operator if the position hasn't changed.Simon Ruderich1-1/+3
2010-09-26vim_mode: Add W B E.Simon Ruderich1-5/+20
2010-09-26vim_mode: Add/remove some empty lines.Simon Ruderich1-2/+2
2010-09-26vim_mode: Fix p at the end of the line.Simon Ruderich1-1/+7
2010-09-26vim_mode: Add ~.Simon Ruderich1-0/+15
2010-09-26changed history version-check to emulate an up/down arrow keypress on olderTom Feist1-2/+13
2010-09-26added version test to history motion to avoid erroring on older versions thatTom Feist1-1/+4
2010-09-26vim_mode: Add missing documentation for y p P.Simon Ruderich1-0/+1
2010-09-26vim_mode: Move some code, no changes.Simon Ruderich1-17/+15
2010-09-26vim_mode: Implement yank/paste: y p P.Simon Ruderich1-8/+60
2010-09-26vim_mode: Update documentation.Simon Ruderich1-2/+3
2010-09-26vim_mode: Only print debug output if DEBUG is 1.Simon Ruderich1-5/+4
2010-09-26vim_mode: Add myself to authors.Simon Ruderich1-2/+2
2010-09-26vim_mode: Use push with @esc_buf.Simon Ruderich1-3/+1
2010-09-26vim_mode: Implement a.Simon Ruderich1-1/+6
2010-09-26bugfix for history movement when history list is empty.Tom Feist1-3/+5
2010-09-26added support for j,k to scroll back and forth through the history. HistoryTom Feist1-2/+51
2010-09-25vim_mode: Fix f,t,F,T. They are not operators!Simon Ruderich1-25/+53
2010-09-25belatedly realised that the setting is not "cmdkeys". Ooops.Tom Feist1-1/+1
2010-09-25changed cmdchars to use settings rather than parse_specialTom Feist1-1/+1
2010-09-25vim_mode: Enter in command mode sends current line.Simon Ruderich1-0/+16
2010-09-25vim_mode: Add support for t,T,f,T.Simon Ruderich1-0/+62
2010-09-25vim_mode: Minor documentation update.Simon Ruderich1-0/+6
2010-09-25vim_mode: Also display Ex mode in the statusline.Simon Ruderich1-0/+2