Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | vim_mode: Enter in command mode sends current line. | Simon Ruderich | 2010-09-25 | 1 | -0/+16 | |
| | | | | Also switches back to insert mode. | |||||
* | vim_mode: Add support for t,T,f,T. | Simon Ruderich | 2010-09-25 | 1 | -0/+62 | |
| | ||||||
* | vim_mode: Minor documentation update. | Simon Ruderich | 2010-09-25 | 1 | -0/+6 | |
| | ||||||
* | vim_mode: Also display Ex mode in the statusline. | Simon Ruderich | 2010-09-25 | 1 | -0/+2 | |
| | ||||||
* | vim_mode: Implement vi-operators. | Simon Ruderich | 2010-09-25 | 1 | -219/+201 | |
| | | | | | | Also switch back to custom move commands instead of using irssi's. Some simplifications. Ex-mode is used as mode now. | |||||
* | vim_mode: _update_mode() also sets mode. | Simon Ruderich | 2010-09-25 | 1 | -8/+6 | |
| | ||||||
* | vim_mode: Add some minor documentation. | Simon Ruderich | 2010-09-25 | 1 | -0/+2 | |
| | ||||||
* | fixed I/A swap (patch by rudi_s), and a few other misc. changes. | Tom Feist | 2010-09-25 | 1 | -15/+77 | |
| | ||||||
* | argument processing is now mostly together, along with rudimentary support for | Tom Feist | 2010-09-21 | 1 | -37/+204 | |
| | | | | prefix numeric arguments. Needs some actual commands to do something with it though. | |||||
* | added some brief documentation in comments to vim-mode | Tom Feist | 2010-09-20 | 1 | -1/+27 | |
| | ||||||
* | moved to an emulated keystrokes approach rather than trying to reimplement the | Tom Feist | 2010-09-20 | 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 | |||||
* | new key detection system that incorporates a buffer to identify sequences that | Tom Feist | 2010-09-20 | 1 | -28/+85 | |
| | | | | start with an Esc, and distinguish them from a press of the Esc key. | |||||
* | started work on a 'vim-mode' to emulate some of that crazy shit for irssi. | Tom Feist | 2010-09-20 | 1 | -0/+181 | |