| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | vim_mode: Minor code restructure. No functional changes. | Simon Ruderich | 2010-09-26 | 1 | -10/+12 |
* | first steps towards undo | Tom Feist | 2010-09-26 | 1 | -0/+17 |
* | vim_mode: Add cc/dd/yy. | Simon Ruderich | 2010-09-26 | 1 | -2/+14 |
* | vim_mode: Implement skipping of movement/operator. | Simon Ruderich | 2010-09-26 | 1 | -6/+8 |
* | vim_mode: Prepare for skipping of movements. | Simon Ruderich | 2010-09-26 | 1 | -26/+29 |
* | another todo comment | Tom Feist | 2010-09-26 | 1 | -0/+1 |
* | vim_mode: Fix j,k destroying current input line. | Simon Ruderich | 2010-09-26 | 1 | -2/+9 |
* | vim_mode: Add <space>. | Simon Ruderich | 2010-09-26 | 1 | -0/+5 |
* | vim_mode: d/c copies deleted string to " register. | Simon Ruderich | 2010-09-26 | 1 | -4/+4 |
* | added a bunch of TODO items based on feedback from #irssi. | Tom Feist | 2010-09-26 | 1 | -0/+11 |
* | vim_mode: Document known bugs. | Simon Ruderich | 2010-09-26 | 1 | -0/+4 |
* | vim_mode: Fix . before running any commands to repeat. | Simon Ruderich | 2010-09-26 | 1 | -1/+5 |
* | vim_mode: If . is given a count it replaces original count. | Simon Ruderich | 2010-09-26 | 1 | -3/+4 |
* | vim_mode: Fix operators with h and l. | Simon Ruderich | 2010-09-26 | 1 | -2/+2 |
* | vim_mode: Document . | Simon Ruderich | 2010-09-26 | 1 | -0/+1 |
* | vim_mode: Implement . (repeat). | Simon Ruderich | 2010-09-26 | 1 | -3/+26 |
* | vim_mode: Don't run the operator if the position hasn't changed. | Simon Ruderich | 2010-09-26 | 1 | -1/+3 |
* | vim_mode: Add W B E. | Simon Ruderich | 2010-09-26 | 1 | -5/+20 |
* | vim_mode: Add/remove some empty lines. | Simon Ruderich | 2010-09-26 | 1 | -2/+2 |
* | vim_mode: Fix p at the end of the line. | Simon Ruderich | 2010-09-26 | 1 | -1/+7 |
* | vim_mode: Add ~. | Simon Ruderich | 2010-09-26 | 1 | -0/+15 |
* | changed history version-check to emulate an up/down arrow keypress on older | Tom Feist | 2010-09-26 | 1 | -2/+13 |
* | added version test to history motion to avoid erroring on older versions that | Tom Feist | 2010-09-26 | 1 | -1/+4 |
* | vim_mode: Add missing documentation for y p P. | Simon Ruderich | 2010-09-26 | 1 | -0/+1 |
* | vim_mode: Move some code, no changes. | Simon Ruderich | 2010-09-26 | 1 | -17/+15 |
* | vim_mode: Implement yank/paste: y p P. | Simon Ruderich | 2010-09-26 | 1 | -8/+60 |
* | vim_mode: Update documentation. | Simon Ruderich | 2010-09-26 | 1 | -2/+3 |
* | vim_mode: Only print debug output if DEBUG is 1. | Simon Ruderich | 2010-09-26 | 1 | -5/+4 |
* | vim_mode: Add myself to authors. | Simon Ruderich | 2010-09-26 | 1 | -2/+2 |
* | vim_mode: Use push with @esc_buf. | Simon Ruderich | 2010-09-26 | 1 | -3/+1 |
* | vim_mode: Implement a. | Simon Ruderich | 2010-09-26 | 1 | -1/+6 |
* | bugfix for history movement when history list is empty. | Tom Feist | 2010-09-26 | 1 | -3/+5 |
* | Merge branch 'dev' | Tom Feist | 2010-09-26 | 1 | -25/+53 |
|\ |
|
| * | vim_mode: Fix f,t,F,T. They are not operators! | Simon Ruderich | 2010-09-25 | 1 | -25/+53 |
* | | added support for j,k to scroll back and forth through the history. History | Tom Feist | 2010-09-26 | 1 | -2/+51 |
|/ |
|
* | belatedly realised that the setting is not "cmdkeys". Ooops. | Tom Feist | 2010-09-25 | 1 | -1/+1 |
* | changed cmdchars to use settings rather than parse_special | Tom Feist | 2010-09-25 | 1 | -1/+1 |
* | vim_mode: Enter in command mode sends current line. | Simon Ruderich | 2010-09-25 | 1 | -0/+16 |
* | 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 |
* | 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 |
* | 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 |
* | new key detection system that incorporates a buffer to identify sequences that | Tom Feist | 2010-09-20 | 1 | -28/+85 |
* | started work on a 'vim-mode' to emulate some of that crazy shit for irssi. | Tom Feist | 2010-09-20 | 1 | -0/+181 |