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