Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixed _warn that should have been _debug, peth++ | Tom Feist | 2011-07-02 | 1 | -1/+1 |
| | |||||
* | small documentation fixup | Tom Feist | 2011-05-04 | 1 | -0/+5 |
| | |||||
* | vim-mode/vim_mode: fixed the stupd bugs I missed by not testing. Might possibly | Tom Feist | 2011-04-28 | 1 | -2/+2 |
| | | | | work now. | ||||
* | vim-mode/vim_mode: added new setting: 'esc_buf_timeout', | Tom Feist | 2011-04-28 | 1 | -2/+9 |
| | | | | | | It determines the amount of time between escape being pressed and other keys being assumed to be part of an escape (meta-) sequence. Defaults to 10ms. Be careful changing it. | ||||
* | Merge branch 'dev' of github.com:shabble/irssi-scripts into dev | Tom Feist | 2011-04-22 | 1 | -6/+9 |
|\ | | | | | | | | | Conflicts: vim-mode/vim_mode.pl | ||||
| * | vim-mode: Fix :map displaying <C-H> as mapped to <BS>. | Simon Ruderich | 2011-02-12 | 1 | -0/+2 |
| | | |||||
| * | vim-mode: Support ^H as BS key. | Simon Ruderich | 2011-01-20 | 1 | -4/+5 |
| | | | | | | | | | | | | Reported by peth. At the moment it's not working for custom mappings though! | ||||
* | | vim-mode/vim_mode: FINAL doc update for now. Or Else. | Tom Feist | 2011-04-22 | 1 | -5/+5 |
| | | |||||
* | | vim-mode/vim_mode: docs: missed a bracket. | Tom Feist | 2011-04-22 | 1 | -1/+1 |
| | | |||||
* | | vim-mode/vim_mode: more doc updates about hooks and sbar items. | Tom Feist | 2011-04-22 | 1 | -19/+30 |
| | | |||||
* | | vim-mode/vim_mode: more documentation on how to use uberprompt hooks and | Tom Feist | 2011-04-22 | 1 | -1/+68 |
| | | | | | | | | expandos to get vim_mode sbar items or variables. | ||||
* | | vim-mode/vim_mode: added a new $vim_wins expando to be used instead of the | Tom Feist | 2011-04-22 | 1 | -16/+28 |
| | | | | | | | | vim_windows statusbar item if desired. | ||||
* | | vim-mode/vim_mode: added '$vim_cmd_mode' expando that contains the same info as | Tom Feist | 2011-04-18 | 1 | -4/+20 |
| | | | | | | | | the vim_mode sbar item. Needs some cleanup though | ||||
* | | vim-mode/vim_mode: all bullet points finally fired. I hope. | Tom Feist | 2011-04-18 | 1 | -46/+88 |
| | | |||||
* | | vim-mode/vim_mode: more docs update. Grar. | Tom Feist | 2011-04-18 | 1 | -22/+8 |
| | | |||||
* | | vim-mode/vim_mode: updated docs (only partially, to see how it looks) | Tom Feist | 2011-04-18 | 1 | -39/+69 |
| | | |||||
* | | vim-mode/vim_mode: more changes to docs and generator. Starting to look almost | Tom Feist | 2011-04-18 | 1 | -77/+110 |
| | | | | | | | | readable now. | ||||
* | | vim-mode/vim_mode: podified help | Tom Feist | 2011-04-18 | 1 | -244/+412 |
| | | |||||
* | | Merge branch 'map_leader' | Tom Feist | 2011-04-08 | 1 | -32/+58 |
|\ \ | | | | | | | | | | | | | Conflicts: vim-mode/vim_mode.pl | ||||
| * | | vim-mode/vim_mode: cleanup of commands, and fix bug preventing ex mode from | Tom Feist | 2011-04-06 | 1 | -32/+46 |
| | | | | | | | | | | | | working (oops). | ||||
| * | | vim_mode: C-c cancels ex mode. Start of <Leader> variable support. | Tom Feist | 2011-04-06 | 1 | -3/+14 |
| | | | |||||
* | | | vim-mode: minimal ex-mode tab-completion. Completes provided only the current | Tom Feist | 2011-04-08 | 1 | -1/+9 |
|/ / | | | | | | | prefix allows only 1 unique completion. | ||||
* | | vim_mode: ex_hist documentation additions and cleanup. | Tom Feist | 2011-04-06 | 1 | -7/+16 |
| | | |||||
* | | vim_mode: fix ambiguous shift warning.ex_history | Tom Feist | 2011-04-06 | 1 | -1/+1 |
| | | |||||
* | | vim_mode: added history support to Ex mode. Can be scrolled backwards and | Tom Feist | 2011-04-06 | 1 | -17/+127 |
| | | | | | | | | forwards using the arrow keys, and :eh shows the current history. | ||||
* | | vim_mode: minor cleanup of constants | Tom Feist | 2011-04-06 | 1 | -8/+8 |
| | | |||||
* | | vim-mode: modify init sequence to bind (default) commands after settings are | Tom Feist | 2011-04-06 | 1 | -7/+13 |
| | | | | | | | | loaded, otherwise lots of undef errors | ||||
* | | modify all scripts to use the new script_is_loaded() function, since newer | Tom Feist | 2011-04-01 | 1 | -7/+1 |
| | | | | | | | | versions of perl get upset at defined(%hash). | ||||
* | | vim-mode/vim_mode: make :mapped commands use appropriate context when calling | Tom Feist | 2011-03-04 | 1 | -7/+27 |
| | | | | | | | | irssi commands. | ||||
* | | defined check to prevent a warning in flush_input_buffer() [thanks DE1] | Tom Feist | 2011-02-24 | 1 | -1/+1 |
| | | |||||
* | | fixed deprecated warning on defined (%hash) | Tom Feist | 2011-02-19 | 1 | -1/+1 |
|/ | |||||
* | vim_mode: Document cmdchars is not used for mappings. | Simon Ruderich | 2010-11-29 | 1 | -0/+4 |
| | | | | Suggested by peth, thanks. | ||||
* | 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 |
| | |