Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2010-09-21 | argument processing is now mostly together, along with rudimentary support for | Tom Feist | 1 | -37/+204 | |
prefix numeric arguments. Needs some actual commands to do something with it though. | |||||
2010-09-20 | added some brief documentation in comments to vim-mode | Tom Feist | 1 | -1/+27 | |
2010-09-20 | moved to an emulated keystrokes approach rather than trying to reimplement the | Tom Feist | 1 | -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-20 | new key detection system that incorporates a buffer to identify sequences that | Tom Feist | 1 | -28/+85 | |
start with an Esc, and distinguish them from a press of the Esc key. | |||||
2010-09-20 | started work on a 'vim-mode' to emulate some of that crazy shit for irssi. | Tom Feist | 1 | -0/+181 | |