aboutsummaryrefslogtreecommitdiffstats
path: root/vim-mode/vim_mode.pl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* vim-mode/vim_mode: more docs update. Grar.Tom Feist2011-04-181-22/+8
|
* vim-mode/vim_mode: updated docs (only partially, to see how it looks)Tom Feist2011-04-181-39/+69
|
* vim-mode/vim_mode: more changes to docs and generator. Starting to look almostTom Feist2011-04-181-77/+110
| | | | readable now.
* vim-mode/vim_mode: podified helpTom Feist2011-04-181-244/+412
|
* Merge branch 'map_leader'Tom Feist2011-04-081-32/+58
|\ | | | | | | | | Conflicts: vim-mode/vim_mode.pl
| * vim-mode/vim_mode: cleanup of commands, and fix bug preventing ex mode fromTom Feist2011-04-061-32/+46
| | | | | | | | working (oops).
| * vim_mode: C-c cancels ex mode. Start of <Leader> variable support.Tom Feist2011-04-061-3/+14
| |
* | vim-mode: minimal ex-mode tab-completion. Completes provided only the currentTom Feist2011-04-081-1/+9
|/ | | | prefix allows only 1 unique completion.
* vim_mode: ex_hist documentation additions and cleanup.Tom Feist2011-04-061-7/+16
|
* vim_mode: fix ambiguous shift warning.ex_historyTom Feist2011-04-061-1/+1
|
* vim_mode: added history support to Ex mode. Can be scrolled backwards andTom Feist2011-04-061-17/+127
| | | | forwards using the arrow keys, and :eh shows the current history.
* vim_mode: minor cleanup of constantsTom Feist2011-04-061-8/+8
|
* vim-mode: modify init sequence to bind (default) commands after settings areTom Feist2011-04-061-7/+13
| | | | loaded, otherwise lots of undef errors
* modify all scripts to use the new script_is_loaded() function, since newerTom Feist2011-04-011-7/+1
| | | | versions of perl get upset at defined(%hash).
* vim-mode/vim_mode: make :mapped commands use appropriate context when callingTom Feist2011-03-041-7/+27
| | | | irssi commands.
* defined check to prevent a warning in flush_input_buffer() [thanks DE1]Tom Feist2011-02-241-1/+1
|
* fixed deprecated warning on defined (%hash)Tom Feist2011-02-191-1/+1
|
* vim_mode: Document cmdchars is not used for mappings.Simon Ruderich2010-11-291-0/+4
| | | | Suggested by peth, thanks.
* vim_mode: mapped Irssi commands only use $server context if it is available.Tom Feist2010-11-221-1/+9
| | | | TODO: should maybe also try to use window context if available?
* vim_mode: fix :snext/prev generating warnings when not connectedTom Feist2010-11-221-0/+6
|
* vim-mode: Fix s not using count.Simon Ruderich2010-11-081-1/+1
| | | | Reported by estragib.
* removed test/ dir since it was causing too much troubleTom Feist2010-11-051-0/+2
|
* vim_mode: added a setting for 'prompt_leading_space' to determine whether theTom Feist2010-11-041-6/+15
| | | | :ex prompt is preceeded by a space.
* vim_mode: bugfix for error on :map<spc>, should be treated as just :map<ret>Tom Feist2010-11-041-1/+1
|
* vim_mode: cleaned up docs pointing now to uberpromptTom Feist2010-11-041-5/+7
|
* start of tab completion for :ex commandsTom Feist2010-11-041-1/+23
|
* whitespace cleanupTom Feist2010-10-261-8/+70
|
* replace server id separator with \x1d to avoid unintended matchesTom Feist2010-10-261-7/+8
| | | | make :map'ed irssi commands use hte current server context $server->cmd(..)
* implement :servernext/prev and :itemnext/prev for switching between servers andTom Feist2010-10-261-0/+85
| | | | window items.
* Merge remote branch 'origin/dev'Tom Feist2010-10-261-28/+38
|\
| * vim_mode: Fix undo for cc/yy.Simon Ruderich2010-10-151-0/+3
| | | | | | | | Reported by estragib.
| * vim_mode: Hopefully fix undo/redo with 'start_cmd'.Simon Ruderich2010-10-151-1/+3
| |
| * vim_mode: Correctly display partial commands with ^X notation.Simon Ruderich2010-10-151-1/+11
| | | | | | | | Reported by estragib.
| * vim_mode: Partially revert 11e71fbcfec0bcb2754cbd92b18ceffb27ee9300 and fix ↵Simon Ruderich2010-10-151-27/+22
| | | | | | | | partial command.
| * vim_mode: Display partial commands in carret notation.Simon Ruderich2010-10-151-1/+1
| |
* | vim_more: :reg now coalesces empty registers into a single line for clarity.Tom Feist2010-10-261-2/+34
| |
* | bug fix: % in :register print is now escaped to avoid printing coloursTom Feist2010-10-251-1/+3
|/
* vim_mode: escaped % in _set_prompt so uberprompt displays them correctly.Tom Feist2010-10-151-0/+5
|
* vim_mode: resolved backslash display issue in vim status itemTom Feist2010-10-151-1/+3
|
* vim_mode: Fix 'start_cmd' on startup/reload.Simon Ruderich2010-10-151-1/+1
|
* vim_mode: Aborting command also updates partial command.Simon Ruderich2010-10-151-2/+1
| | | | Reported by estragib.
* vim_mode: Honor 'start_cmd' on startup.Simon Ruderich2010-10-151-0/+4
| | | | Reported by estragib.
* vim_mode: Fix display of partial commands.Simon Ruderich2010-10-151-16/+26
| | | | Reported by estragib.
* vim_mode: Clear count when an unknown mapping is encountered.Simon Ruderich2010-10-151-0/+1
|
* vim_mode: Don't emit 'setup changed' signal.Simon Ruderich2010-10-151-1/+1
| | | | | Instead call our setup_changed() directly, not sure why the signal doesn't work.
* vim_mode: Fix :set for boolean values.Simon Ruderich2010-10-141-3/+6
|
* vim_mode: Fix :setting empty values.Simon Ruderich2010-10-141-1/+2
|
* vim_mode: Make :set more vim-like, :set option=value.Simon Ruderich2010-10-141-1/+6
|
* vim_mode: Add 'start_cmd' option.Simon Ruderich2010-10-141-0/+6
|
* vim_mode: Case insensitive on/off checking in :set.Simon Ruderich2010-10-141-1/+1
|