aboutsummaryrefslogtreecommitdiffstats
path: root/vim-mode (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* belatedly realised that the setting is not "cmdkeys". Ooops.Tom Feist2010-09-251-1/+1
* changed cmdchars to use settings rather than parse_specialTom Feist2010-09-251-1/+1
* vim_mode: Enter in command mode sends current line.Simon Ruderich2010-09-251-0/+16
* vim_mode: Add support for t,T,f,T.Simon Ruderich2010-09-251-0/+62
* vim_mode: Minor documentation update.Simon Ruderich2010-09-251-0/+6
* vim_mode: Also display Ex mode in the statusline.Simon Ruderich2010-09-251-0/+2
* vim_mode: Implement vi-operators.Simon Ruderich2010-09-251-219/+201
* vim_mode: _update_mode() also sets mode.Simon Ruderich2010-09-251-8/+6
* vim_mode: Add some minor documentation.Simon Ruderich2010-09-251-0/+2
* fixed I/A swap (patch by rudi_s), and a few other misc. changes.Tom Feist2010-09-251-15/+77
* argument processing is now mostly together, along with rudimentary support forTom Feist2010-09-211-37/+204
* added some brief documentation in comments to vim-modeTom Feist2010-09-201-1/+27
* moved to an emulated keystrokes approach rather than trying to reimplement theTom Feist2010-09-201-42/+69
* new key detection system that incorporates a buffer to identify sequences thatTom Feist2010-09-201-28/+85
* started work on a 'vim-mode' to emulate some of that crazy shit for irssi.Tom Feist2010-09-201-0/+181