aboutsummaryrefslogtreecommitdiffstats
path: root/vim-mode (unfollow)
Commit message (Expand)AuthorFilesLines
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
2010-09-25vim_mode: Implement vi-operators.Simon Ruderich1-219/+201
2010-09-25vim_mode: _update_mode() also sets mode.Simon Ruderich1-8/+6
2010-09-25vim_mode: Add some minor documentation.Simon Ruderich1-0/+2
2010-09-25fixed I/A swap (patch by rudi_s), and a few other misc. changes.Tom Feist1-15/+77
2010-09-21argument processing is now mostly together, along with rudimentary support forTom Feist1-37/+204
2010-09-20added some brief documentation in comments to vim-modeTom Feist1-1/+27
2010-09-20moved to an emulated keystrokes approach rather than trying to reimplement theTom Feist1-42/+69
2010-09-20new key detection system that incorporates a buffer to identify sequences thatTom Feist1-28/+85
2010-09-20started work on a 'vim-mode' to emulate some of that crazy shit for irssi.Tom Feist1-0/+181