Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "vim_mode: prototype of partial ex bindings" | Tom Feist | 2010-12-01 | 1 | -31/+4 |
| | | | | | | | This reverts commit 611532140494a2b281d699bf8897ac344257e782. remove partial ex bindings from master until they're more stable. moved to remote branch map-enhance | ||||
* | vim_mode: prototype of partial ex bindingsmap-enhance | Tom Feist | 2010-12-01 | 1 | -4/+31 |
| | | | | | | map with :map <keys> #<cmd> Invoking the mapped keys will insert <cmd> into the ex buffer, and leave it active for you to add further arguments. | ||||
* | vim_mode: mapped Irssi commands only use $server context if it is available. | Tom Feist | 2010-11-22 | 1 | -1/+9 |
| | | | | TODO: should maybe also try to use window context if available? | ||||
* | vim_mode: fix :snext/prev generating warnings when not connected | Tom Feist | 2010-11-22 | 1 | -0/+6 |
| | |||||
* | vim-mode: Fix s not using count. | Simon Ruderich | 2010-11-08 | 1 | -1/+1 |
| | | | | Reported by estragib. | ||||
* | removed test/ dir since it was causing too much trouble | Tom Feist | 2010-11-05 | 1 | -0/+2 |
| | |||||
* | vim_mode: added a setting for 'prompt_leading_space' to determine whether the | Tom Feist | 2010-11-04 | 1 | -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 Feist | 2010-11-04 | 1 | -1/+1 |
| | |||||
* | vim_mode: cleaned up docs pointing now to uberprompt | Tom Feist | 2010-11-04 | 1 | -5/+7 |
| | |||||
* | start of tab completion for :ex commands | Tom Feist | 2010-11-04 | 1 | -1/+23 |
| | |||||
* | whitespace cleanup | Tom Feist | 2010-10-26 | 1 | -8/+70 |
| | |||||
* | replace server id separator with \x1d to avoid unintended matches | Tom Feist | 2010-10-26 | 1 | -7/+8 |
| | | | | make :map'ed irssi commands use hte current server context $server->cmd(..) | ||||
* | implement :servernext/prev and :itemnext/prev for switching between servers and | Tom Feist | 2010-10-26 | 1 | -0/+85 |
| | | | | window items. | ||||
* | Merge remote branch 'origin/dev' | Tom Feist | 2010-10-26 | 1 | -28/+38 |
|\ | |||||
| * | vim_mode: Fix undo for cc/yy. | Simon Ruderich | 2010-10-15 | 1 | -0/+3 |
| | | | | | | | | Reported by estragib. | ||||
| * | vim_mode: Hopefully fix undo/redo with 'start_cmd'. | Simon Ruderich | 2010-10-15 | 1 | -1/+3 |
| | | |||||
| * | vim_mode: Correctly display partial commands with ^X notation. | Simon Ruderich | 2010-10-15 | 1 | -1/+11 |
| | | | | | | | | Reported by estragib. | ||||
| * | vim_mode: Partially revert 11e71fbcfec0bcb2754cbd92b18ceffb27ee9300 and fix ↵ | Simon Ruderich | 2010-10-15 | 1 | -27/+22 |
| | | | | | | | | partial command. | ||||
| * | vim_mode: Display partial commands in carret notation. | Simon Ruderich | 2010-10-15 | 1 | -1/+1 |
| | | |||||
* | | vim_more: :reg now coalesces empty registers into a single line for clarity. | Tom Feist | 2010-10-26 | 1 | -2/+34 |
| | | |||||
* | | bug fix: % in :register print is now escaped to avoid printing colours | Tom Feist | 2010-10-25 | 1 | -1/+3 |
|/ | |||||
* | vim_mode: escaped % in _set_prompt so uberprompt displays them correctly. | Tom Feist | 2010-10-15 | 1 | -0/+5 |
| | |||||
* | vim_mode: resolved backslash display issue in vim status item | Tom Feist | 2010-10-15 | 1 | -1/+3 |
| | |||||
* | vim_mode: Fix 'start_cmd' on startup/reload. | Simon Ruderich | 2010-10-15 | 1 | -1/+1 |
| | |||||
* | vim_mode: Aborting command also updates partial command. | Simon Ruderich | 2010-10-15 | 1 | -2/+1 |
| | | | | Reported by estragib. | ||||
* | vim_mode: Honor 'start_cmd' on startup. | Simon Ruderich | 2010-10-15 | 1 | -0/+4 |
| | | | | Reported by estragib. | ||||
* | vim_mode: Fix display of partial commands. | Simon Ruderich | 2010-10-15 | 1 | -16/+26 |
| | | | | Reported by estragib. | ||||
* | vim_mode: Clear count when an unknown mapping is encountered. | Simon Ruderich | 2010-10-15 | 1 | -0/+1 |
| | |||||
* | vim_mode: Don't emit 'setup changed' signal. | Simon Ruderich | 2010-10-15 | 1 | -1/+1 |
| | | | | | Instead call our setup_changed() directly, not sure why the signal doesn't work. | ||||
* | vim_mode: Fix :set for boolean values. | Simon Ruderich | 2010-10-14 | 1 | -3/+6 |
| | |||||
* | vim_mode: Fix :setting empty values. | Simon Ruderich | 2010-10-14 | 1 | -1/+2 |
| | |||||
* | vim_mode: Make :set more vim-like, :set option=value. | Simon Ruderich | 2010-10-14 | 1 | -1/+6 |
| | |||||
* | vim_mode: Add 'start_cmd' option. | Simon Ruderich | 2010-10-14 | 1 | -0/+6 |
| | |||||
* | vim_mode: Case insensitive on/off checking in :set. | Simon Ruderich | 2010-10-14 | 1 | -1/+1 |
| | |||||
* | vim_mode: Prevent invalid irssi options. | Simon Ruderich | 2010-10-14 | 1 | -0/+3 |
| | |||||
* | vim_mode: Automatically register and sync options. | Simon Ruderich | 2010-10-14 | 1 | -10/+64 |
| | |||||
* | vim_mode: Add THANKS section. | Simon Ruderich | 2010-10-14 | 1 | -0/+5 |
| | |||||
* | vim_mode: Also remove 'setup changed' signal in UNLOAD. | Simon Ruderich | 2010-10-14 | 1 | -1/+1 |
| | |||||
* | vim_mode: Mention that :set only sets vim_mode settings. | Simon Ruderich | 2010-10-14 | 1 | -1/+1 |
| | |||||
* | vim_mode: Add :se[t]. | Simon Ruderich | 2010-10-14 | 1 | -23/+82 |
| | |||||
* | vim_mode: Move all settings to $settings hash. | Simon Ruderich | 2010-10-14 | 1 | -21/+31 |
| | |||||
* | switched vim_mode to using uberprompt | Tom Feist | 2010-10-13 | 1 | -4/+7 |
| | |||||
* | vim_mode: Fix warning when mapping :map. | Simon Ruderich | 2010-10-10 | 1 | -1/+3 |
| | |||||
* | vim_mode: Fix pasting registers containing only "0". | Simon Ruderich | 2010-10-10 | 1 | -2/+2 |
| | | | | Reported by estragib. | ||||
* | vim_mode: Correctly display pending text-objects. | Simon Ruderich | 2010-10-10 | 1 | -2/+2 |
| | |||||
* | vim_mode: Fix B with operators. | Simon Ruderich | 2010-10-10 | 1 | -2/+1 |
| | |||||
* | vim_mode: Add <BS> to movement docs. | Simon Ruderich | 2010-10-10 | 1 | -1/+1 |
| | |||||
* | vim_mode: Add <BS> in command mode. | Simon Ruderich | 2010-10-10 | 1 | -6/+11 |
| | | | | <BS> is also mappable now. | ||||
* | vim_mode: :map {lhs} displays matching mappings. | Simon Ruderich | 2010-10-10 | 1 | -2/+7 |
| | |||||
* | vim_mode: Add known bug. | Simon Ruderich | 2010-10-10 | 1 | -0/+3 |
| |