Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | vim_mode: Add X. | Simon Ruderich | 2010-09-27 | 1 | -4/+14 |
| | |||||
* | vim_mode: Fix b and e not working between two words. | Simon Ruderich | 2010-09-27 | 1 | -0/+4 |
| | |||||
* | vim_mode: Remove fixed todo. | Simon Ruderich | 2010-09-27 | 1 | -1/+0 |
| | |||||
* | vim_mode: esc also resets all command mode related settings. | Simon Ruderich | 2010-09-27 | 1 | -0/+7 |
| | |||||
* | vim_mode: Implement registers. | Simon Ruderich | 2010-09-27 | 1 | -11/+36 |
| | |||||
* | vim_mode: Fix . to only ignore movements, and not more. | Simon Ruderich | 2010-09-27 | 1 | -1/+4 |
| | |||||
* | vim_mode: Display count, operator, movement in statusbar. | Simon Ruderich | 2010-09-27 | 1 | -0/+15 |
| | |||||
* | vim_mode: G with no count goes to the last window. | Simon Ruderich | 2010-09-27 | 1 | -1/+12 |
| | |||||
* | vim_mode: Add G to switch to count-th window. | Simon Ruderich | 2010-09-27 | 1 | -0/+12 |
| | |||||
* | vim_mode: Correctly implement w b e like in vi. | Simon Ruderich | 2010-09-26 | 1 | -5/+59 |
| | |||||
* | vim_mode: Fix _end_of_WORD() when called at the end of the line. | Simon Ruderich | 2010-09-26 | 1 | -0/+2 |
| | |||||
* | vim_mode: Correctly handle multiple whitespace between words. | Simon Ruderich | 2010-09-26 | 1 | -11/+10 |
| | | | | Thanks to SvenG for reporting this bug. | ||||
* | vim_mode: Fix my nick. | Simon Ruderich | 2010-09-26 | 1 | -2/+3 |
| | |||||
* | vim_mode: Add r. | Simon Ruderich | 2010-09-26 | 1 | -0/+13 |
| | |||||
* | Merge remote branch 'origin/dev' | Tom Feist | 2010-09-26 | 1 | -7/+5 |
|\ | |||||
| * | vim_mode: Update documentation. | Simon Ruderich | 2010-09-26 | 1 | -4/+4 |
| | | |||||
| * | vim_mode: And document it (I keep forgetting). | Simon Ruderich | 2010-09-26 | 1 | -3/+1 |
| | | |||||
* | | refactored enter handling code into _commit_line(), and intercepted enter ↵ | Tom Feist | 2010-09-26 | 1 | -21/+34 |
| | | | | | | | | from ins mode too | ||||
* | | modified script info block to contain real names. | Tom Feist | 2010-09-26 | 1 | -2/+3 |
|/ | |||||
* | vim_mode: Add ^ and fix I to use it. | Simon Ruderich | 2010-09-26 | 1 | -1/+17 |
| | |||||
* | vim_mode: Document S. | Simon Ruderich | 2010-09-26 | 1 | -1/+1 |
| | |||||
* | vim_mode: Add S. | Simon Ruderich | 2010-09-26 | 1 | -1/+7 |
| | |||||
* | vim_mode: Add C D. | Simon Ruderich | 2010-09-26 | 1 | -2/+10 |
| | |||||
* | vim_mode: . doesn't repeat movements now. | Simon Ruderich | 2010-09-26 | 1 | -5/+7 |
| | |||||
* | 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 |
| | |||||
* | Merge remote branch 'origin/dev' | Tom Feist | 2010-09-26 | 1 | -2/+14 |
|\ | |||||
| * | vim_mode: Add cc/dd/yy. | Simon Ruderich | 2010-09-26 | 1 | -2/+14 |
| | | |||||
* | | Merge branch 'master', remote branch 'origin/dev' | Tom Feist | 2010-09-26 | 0 | -0/+0 |
|/ | |||||
* | vim_mode: Implement skipping of movement/operator. | Simon Ruderich | 2010-09-26 | 1 | -6/+8 |
| | | | | Used by . after startup. | ||||
* | vim_mode: Prepare for skipping of movements. | Simon Ruderich | 2010-09-26 | 1 | -26/+29 |
| | | | | No real changes, only if (1) {} and indentation. | ||||
* | 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 |
| | | | | They deleted one character too much. | ||||
* | 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 |
| | | | | | This prevents problems with e.g. df when the searched character wasn't found. This used to delete one character. | ||||
* | vim_mode: Add W B E. | Simon Ruderich | 2010-09-26 | 1 | -5/+20 |
| | | | | | At the moment w b e and W B E work the same way (the behavior for W B E is correct). w b e will be changed later to use vi words. | ||||
* | 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 |
| | | | | versions of irssi. | ||||
* | added version test to history motion to avoid erroring on older versions that | Tom Feist | 2010-09-26 | 1 | -1/+4 |
| | | | | don't have history_get_lines() | ||||
* | vim_mode: Add missing documentation for y p P. | Simon Ruderich | 2010-09-26 | 1 | -0/+1 |
| |