aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* general cleanup and refactoring. Need to figure out how to handle regions goingTom Feist2010-10-061-35/+87
| | | | backwards as well as forwards. Also better ways to remove them when no longer active.
* moved most of the overlay stuff out into overlays.pl for another time.Tom Feist2010-10-062-85/+89
|
* renamed a lot of things, it's now 'uberprompt', which can be set from withinTom Feist2010-10-061-124/+157
| | | | | | | | irssi rather than editing themes. It also allows additional text to be specified with the $p 'variable' Started on a big overlay system, but needs a lot more thinking about. Will rip it out and just make visual inputline for now.
* moved a handy snippet into my feature-tests dir for querying internal signals.Tom Feist2010-10-061-0/+14
|
* removed useless include of Term::SizeTom Feist2010-10-061-1/+0
|
* test release of prompt_replace. need to rework the whole visual stuff a bitTom Feist2010-10-061-49/+92
| | | | more - probably into a generic overlay system. Also menu!
* updating my test config after it broke horriblyTom Feist2010-10-061-4/+4
|
* documentation improvementsTom Feist2010-10-062-1/+60
|
* more progress on replacing prompt bar for visual mode and other trickery. ↵Tom Feist2010-10-061-0/+275
| | | | | | | Prompt is mostly working but needs configuration options and more cleanup. Visual mode is still hacky as sin.
* disabled removal of timeout waiting for esc input buffer, since it was aTom Feist2010-10-051-2/+2
| | | | timeout_once anyway.
* 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
| | | | Reported by estragib.
* 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
| | | | | y is irrelevant for undo and c will get handled once leaving insert mode.
* 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
| | | | In contrast to cw, caw does delete the space before a word.
* vim_mode: Fix indentation.Simon Ruderich2010-10-021-68/+68
| | | | No code change.
* 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
| | | | No changes.
* vim_mode: Add debug output.Simon Ruderich2010-10-021-0/+1
|
* vim_mode: Minor cleanup.Simon Ruderich2010-10-021-3/+2
|
* vim_mode: Minor comment fixes.Simon Ruderich2010-10-021-2/+3
|
* vim_mode: Fix :reg not to display "_.Simon Ruderich2010-10-021-0/+1
|
* vim_mode: Fix ~ at end of the line.Simon Ruderich2010-10-021-1/+1
|
* vim_mode: Fix r with count.Simon Ruderich2010-10-021-2/+6
|
* vim_mode: Fix a with count.Simon Ruderich2010-10-021-1/+1
|
* vim_mode: Movement commands return $cur_pos, $new_pos.Simon Ruderich2010-10-021-110/+103
| | | | They don't call _input_pos() anymore.
* vim_mode: Fix history with /set vim_mode_utf8 on.Simon Ruderich2010-10-021-2/+12
|
* vim_mode: Add text-object aW.Simon Ruderich2010-10-021-4/+89
|
* vim_mode: Add :bd.Simon Ruderich2010-10-011-0/+4
|