aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | fixed _commit_line to ignore empty lines (to aavoid insufficient args to /say...Tom Feist2010-09-271-1/+3
|/
* added vim_mode_debug setting as a boolean to control whether (large amounts of)Tom Feist2010-09-271-3/+8
* Merge remote branch 'origin/dev'Tom Feist2010-09-271-7/+15
|\
| * vim_mode: Rename vim_mode_jj to vim_mode_cmd_seq.Simon Ruderich2010-09-271-7/+15
* | resolved merge conflict with crash fix and jj implementationTom Feist2010-09-271-32/+144
|\|
| * vim_mode: Add jj to enter command mode.Simon Ruderich2010-09-271-1/+64
| * vim_mode: Rename esc_buf to input_buf.Simon Ruderich2010-09-271-17/+17
| * vim_mode: Add X.Simon Ruderich2010-09-271-4/+14
| * vim_mode: Fix b and e not working between two words.Simon Ruderich2010-09-271-0/+4
| * vim_mode: Remove fixed todo.Simon Ruderich2010-09-271-1/+0
| * vim_mode: esc also resets all command mode related settings.Simon Ruderich2010-09-271-0/+7
| * vim_mode: Implement registers.Simon Ruderich2010-09-271-11/+36
| * vim_mode: Fix . to only ignore movements, and not more.Simon Ruderich2010-09-271-1/+4
* | fixed crashing bug on script unloadTom Feist2010-09-271-16/+18
* | adding still slightly broken undo code. The issue probably lies in how it'sTom Feist2010-09-271-2/+40
|/
* vim_mode: Display count, operator, movement in statusbar.Simon Ruderich2010-09-271-0/+15
* vim_mode: G with no count goes to the last window.Simon Ruderich2010-09-271-1/+12
* vim_mode: Add G to switch to count-th window.Simon Ruderich2010-09-271-0/+12
* vim_mode: Correctly implement w b e like in vi.Simon Ruderich2010-09-261-5/+59
* vim_mode: Fix _end_of_WORD() when called at the end of the line.Simon Ruderich2010-09-261-0/+2
* vim_mode: Correctly handle multiple whitespace between words.Simon Ruderich2010-09-261-11/+10
* vim_mode: Fix my nick.Simon Ruderich2010-09-261-2/+3
* vim_mode: Add r.Simon Ruderich2010-09-261-0/+13
* Merge remote branch 'origin/dev'Tom Feist2010-09-261-7/+5
|\
| * vim_mode: Update documentation.Simon Ruderich2010-09-261-4/+4
| * vim_mode: And document it (I keep forgetting).Simon Ruderich2010-09-261-3/+1
* | refactored enter handling code into _commit_line(), and intercepted enter fro...Tom Feist2010-09-261-21/+34
* | modified script info block to contain real names.Tom Feist2010-09-261-2/+3
|/
* vim_mode: Add ^ and fix I to use it.Simon Ruderich2010-09-261-1/+17
* vim_mode: Document S.Simon Ruderich2010-09-261-1/+1
* vim_mode: Add S.Simon Ruderich2010-09-261-1/+7
* vim_mode: Add C D.Simon Ruderich2010-09-261-2/+10
* vim_mode: . doesn't repeat movements now.Simon Ruderich2010-09-261-5/+7
* vim_mode: Minor code restructure. No functional changes.Simon Ruderich2010-09-261-10/+12
* first steps towards undoTom Feist2010-09-261-0/+17
* Merge remote branch 'origin/dev'Tom Feist2010-09-261-2/+14
|\
| * vim_mode: Add cc/dd/yy.Simon Ruderich2010-09-261-2/+14
* | Merge branch 'master', remote branch 'origin/dev'Tom Feist2010-09-260-0/+0
|/
* vim_mode: Implement skipping of movement/operator.Simon Ruderich2010-09-261-6/+8
* vim_mode: Prepare for skipping of movements.Simon Ruderich2010-09-261-26/+29
* another todo commentTom Feist2010-09-261-0/+1
* vim_mode: Fix j,k destroying current input line.Simon Ruderich2010-09-261-2/+9
* vim_mode: Add <space>.Simon Ruderich2010-09-261-0/+5
* vim_mode: d/c copies deleted string to " register.Simon Ruderich2010-09-261-4/+4
* added a bunch of TODO items based on feedback from #irssi.Tom Feist2010-09-261-0/+11
* vim_mode: Document known bugs.Simon Ruderich2010-09-261-0/+4
* vim_mode: Fix . before running any commands to repeat.Simon Ruderich2010-09-261-1/+5
* vim_mode: If . is given a count it replaces original count.Simon Ruderich2010-09-261-3/+4
* vim_mode: Fix operators with h and l.Simon Ruderich2010-09-261-2/+2
* vim_mode: Document .Simon Ruderich2010-09-261-0/+1