aboutsummaryrefslogtreecommitdiffstats
path: root/vim-mode (unfollow)
Commit message (Collapse)AuthorFilesLines
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
Should be faster (and a little cleaner).
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
position is reset when entering insert mode.
2010-09-25vim_mode: Fix f,t,F,T. They are not operators!Simon Ruderich1-25/+53
Instead they are movements which take an additional argument.
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
Also switches back to insert mode.
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
Also switch back to custom move commands instead of using irssi's. Some simplifications. Ex-mode is used as mode now.
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
prefix numeric arguments. Needs some actual commands to do something with it though.
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
various movement functions. Might be an issue finding the correct bindings - maybe easier to have it set a whole load of its own on init in some obscure place
2010-09-20new key detection system that incorporates a buffer to identify sequences thatTom Feist1-28/+85
start with an Esc, and distinguish them from a press of the Esc key.
2010-09-20started work on a 'vim-mode' to emulate some of that crazy shit for irssi.Tom Feist1-0/+181