aboutsummaryrefslogtreecommitdiffstats
path: root/vim-mode (follow)
Commit message (Expand)AuthorAgeFilesLines
* vim_mode: Use Vim-like <C-X> char representation.Simon Ruderich2010-10-071-10/+10
* vim_mode: Add "0, last yank.Simon Ruderich2010-10-071-1/+7
* vim_mode: Fix :registers' display of "+ and "*.Simon Ruderich2010-10-071-0/+5
* vim_mode: Increase insert mode timeout to one second.Simon Ruderich2010-10-071-1/+1
* vim_mode: Add warning for irssi < 0.8.13 for g and GG.Simon Ruderich2010-10-071-0/+1
* vim_mode: Fix yank movement and behavior.Simon Ruderich2010-10-071-1/+12
* vim_mode: Minor documentation updates.Simon Ruderich2010-10-071-1/+4
* vim_mode: Fix i/I/a/A repeat.Simon Ruderich2010-10-071-4/+8
* vim_mode: Fix Ctrl-W j, Ctrl-W k.Simon Ruderich2010-10-071-8/+5
* vim_mode: Fix ex-mode broken in last commit.Simon Ruderich2010-10-071-1/+1
* vim_mode: Add internal support to bind ex-mode commands in command mode.Simon Ruderich2010-10-071-17/+26
* vim_mode: Fix minor typo.Simon Ruderich2010-10-071-1/+1
* vim_mode: Add :bnext, :bprev and :bdelete.Simon Ruderich2010-10-071-3/+6
* vim_mode: Separate Ex-mode commands.Simon Ruderich2010-10-071-16/+74
* vim_mode: Add comments before each code section.Simon Ruderich2010-10-071-0/+11
* vim_mode: Fix function names.Simon Ruderich2010-10-071-107/+107
* vim_mode: Add support for complex command mode mappings.Simon Ruderich2010-10-071-250/+367
* vim_mode: More cleanup of handle_command_cmd().Simon Ruderich2010-10-061-7/+6
* vim_mode: Simplify handle_command_cmd() a little.Simon Ruderich2010-10-061-8/+9
* vim_mode: Remove outdated TODO.Simon Ruderich2010-10-061-3/+0
* disabled removal of timeout waiting for esc input buffer, since it was aTom Feist2010-10-051-2/+2
* vim_mode: Add #irssi_vim.Simon Ruderich2010-10-041-1/+1
* vim_mode: Fix :abc from display all buffers matching c.Simon Ruderich2010-10-041-1/+1
* vim_mode: Also clear @ex_buf when pressing esc.Simon Ruderich2010-10-041-1/+3
* vim_mode: Use elsif where possible.Simon Ruderich2010-10-041-4/+2
* vim_mode: Minor comment fixes.Simon Ruderich2010-10-041-2/+1
* vim_mode: Describe irssi requirements.Simon Ruderich2010-10-041-0/+14
* vim_mode: Prevent j and k with operator.Simon Ruderich2010-10-041-0/+5
* vim_mode: Add gg, moves to oldest history line.Simon Ruderich2010-10-041-1/+7
* vim_mode: Add G, moves to count-th history line.Simon Ruderich2010-10-041-2/+43
* vim_mode: Fix "xdd and "xyy not resetting the register.Simon Ruderich2010-10-041-0/+4
* vim_mode: Fix cw/cW on whitespace directly in front of word.Simon Ruderich2010-10-031-2/+4
* vim_mode: Fix c repetition.Simon Ruderich2010-10-031-1/+3
* vim_mode: Minor comment fix.Simon Ruderich2010-10-031-1/+1
* vim_mode: Reorder $movements_repeatable.Simon Ruderich2010-10-031-4/+4
* vim_mode: Fix undo if some changes were already undid.Simon Ruderich2010-10-031-0/+8
* vim_mode: Only track input positions for d operator.Simon Ruderich2010-10-031-2/+2
* vim_mode: Undo only tracks d operators.Simon Ruderich2010-10-031-2/+2
* vim_mode: Fix undo positions for text-objects.Simon Ruderich2010-10-031-10/+10
* vim_mode: Hopefully fix undo positions.Simon Ruderich2010-10-031-1/+11
* vim_mode: Hopefully fix undo/redo.Simon Ruderich2010-10-031-15/+19
* vim_mode: Only undo operators, repeatable movements and repetitions.Simon Ruderich2010-10-031-5/+4
* vim_mode: Fix caw.Simon Ruderich2010-10-021-3/+8
* vim_mode: Fix indentation.Simon Ruderich2010-10-021-68/+68
* vim_mode: Add aw (text-object).Simon Ruderich2010-10-021-10/+41
* vim_mode: Add Ctrl-R in insert mode.Simon Ruderich2010-10-021-5/+26
* vim_mode: Fix crash when pressing , or ; before f,t,F,T.Simon Ruderich2010-10-021-2/+2
* vim_mode: Fix j from destroying the input line.Simon Ruderich2010-10-021-1/+5
* vim_mode: Add missing (undef, undef) for clarity.Simon Ruderich2010-10-021-2/+2
* vim_mode: Move some functions.Simon Ruderich2010-10-021-69/+68