aboutsummaryrefslogtreecommitdiffstats
path: root/vim-mode/vim_mode.pl (unfollow)
Commit message (Collapse)AuthorFilesLines
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