aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Used by . after startup.
* vim_mode: Prepare for skipping of movements.Simon Ruderich2010-09-261-26/+29
| | | | No real changes, only if (1) {} and indentation.
* 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
| | | | They deleted one character too much.
* vim_mode: Document .Simon Ruderich2010-09-261-0/+1
|
* vim_mode: Implement . (repeat).Simon Ruderich2010-09-261-3/+26
|
* vim_mode: Don't run the operator if the position hasn't changed.Simon Ruderich2010-09-261-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 Ruderich2010-09-261-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 Ruderich2010-09-261-2/+2
|
* vim_mode: Fix p at the end of the line.Simon Ruderich2010-09-261-1/+7
|
* vim_mode: Add ~.Simon Ruderich2010-09-261-0/+15
|
* changed history version-check to emulate an up/down arrow keypress on olderTom Feist2010-09-261-2/+13
| | | | versions of irssi.
* added version test to history motion to avoid erroring on older versions thatTom Feist2010-09-261-1/+4
| | | | don't have history_get_lines()
* vim_mode: Add missing documentation for y p P.Simon Ruderich2010-09-261-0/+1
|
* vim_mode: Move some code, no changes.Simon Ruderich2010-09-261-17/+15
|
* vim_mode: Implement yank/paste: y p P.Simon Ruderich2010-09-261-8/+60
|
* vim_mode: Update documentation.Simon Ruderich2010-09-261-2/+3
|
* vim_mode: Only print debug output if DEBUG is 1.Simon Ruderich2010-09-261-5/+4
|
* vim_mode: Add myself to authors.Simon Ruderich2010-09-261-2/+2
|
* vim_mode: Use push with @esc_buf.Simon Ruderich2010-09-261-3/+1
| | | | Should be faster (and a little cleaner).
* vim_mode: Implement a.Simon Ruderich2010-09-261-1/+6
|
* bugfix for history movement when history list is empty.Tom Feist2010-09-261-3/+5
|
* Merge branch 'dev'Tom Feist2010-09-261-25/+53
|\ | | | | | | | | | | | | Conflicts: vim-mode/vim_mode.pl merged with ftFT from rudi.
| * vim_mode: Fix f,t,F,T. They are not operators!Simon Ruderich2010-09-251-25/+53
| | | | | | | | Instead they are movements which take an additional argument.
* | added support for j,k to scroll back and forth through the history. HistoryTom Feist2010-09-261-2/+51
|/ | | | position is reset when entering insert mode.
* belatedly realised that the setting is not "cmdkeys". Ooops.Tom Feist2010-09-251-1/+1
|
* changed cmdchars to use settings rather than parse_specialTom Feist2010-09-251-1/+1
|
* Merge branch 'dev' of github.com:shabble/shab-irssi-scriptsTom Feist2010-09-251-0/+16
|\
| * vim_mode: Enter in command mode sends current line.Simon Ruderich2010-09-251-0/+16
| | | | | | | | Also switches back to insert mode.
* | changes suggested by ahf to guide.pod - be less bossyTom Feist2010-09-251-3/+2
| |
* | added a not-quite-functional channel autojoin throttling scriptTom Feist2010-09-251-0/+115
| |
* | Merge branches 'master' and 'dev'Tom Feist2010-09-250-0/+0
|/
* vim_mode: Add support for t,T,f,T.Simon Ruderich2010-09-251-0/+62
|
* vim_mode: Minor documentation update.Simon Ruderich2010-09-251-0/+6
|
* vim_mode: Also display Ex mode in the statusline.Simon Ruderich2010-09-251-0/+2
|
* vim_mode: Implement vi-operators.Simon Ruderich2010-09-251-219/+201
| | | | | | Also switch back to custom move commands instead of using irssi's. Some simplifications. Ex-mode is used as mode now.
* vim_mode: _update_mode() also sets mode.Simon Ruderich2010-09-251-8/+6
|