aboutsummaryrefslogtreecommitdiffstats
path: root/vim-mode/vim_mode.pl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* vim-mode/vim_mode: more broken. Need to start over, I think.Tom Feist2011-05-051-192/+277
|
* vim-mode/vim_mode: quite heavily broken. Needs a whole new rethink about the wayTom Feist2011-05-051-434/+490
| | | | it's going to be buffered and processed.
* vim-mode/vim_mode: fix some warnings/errors on script unload, allow cmd_seq toTom Feist2011-05-051-27/+89
| | | | be a 2-char seqeuence rather than single one repeated, and some other fixes.
* vim-mode/vim_mode: tidy up, remove some dead code.Tom Feist2011-05-051-53/+62
|
* vim-mode/vim_mode: beginnings of new input system starting to take shape -Tom Feist2011-05-051-204/+398
| | | | following actual vim style of timeout/ttimeout[_len] flags and fields.
* vim-mode/vim_mode: added :set [no]option for booleans. Needs testing (whichTom Feist2011-05-051-0/+15
| | | | can't be done until I unbreak the input system :(
* vim-mode/vim_mode: changed input_buf to escape_buf to more accurately representTom Feist2011-05-051-91/+128
| | | | what it's for.
* addded all the 'official' vim timeout* settigns for controliling escape ↵Tom Feist2011-05-051-10/+12
| | | | handling.
* change _debug to eliminate DEBUG function callTom Feist2011-05-051-6/+24
|
* vim-mode/vim_mode: moved input handling code out of signal handler into aTom Feist2011-05-051-21/+56
| | | | separate function, and clarified a lot of the keycode handling with KEY_* constants.
* vim_mode: small comment change testTom Feist2011-05-051-1/+1
|
* vim-mode/vim_mode: minor comment fixupsTom Feist2011-05-051-3/+6
|
* vim-mode/vim_mode: OCD code reformatting (thanks, perltidy!)Tom Feist2011-05-051-154/+190
|
* vim-mode/vim_mode: moved things into more common groupings and added commentTom Feist2011-05-051-163/+253
| | | | headings. cleaned up the warning code a bit.
* renamed various statusbar-item and expando callbacks, and their generator ↵Tom Feist2011-05-051-19/+25
| | | | functions.
* vim-mode: new branch for fixing input code. Move it all to single location (endTom Feist2011-05-041-516/+524
| | | | of file), and rename got_key handler to something standard (sig_gui_keypress)
* small documentation fixupTom Feist2011-05-041-0/+5
|
* vim-mode/vim_mode: fixed the stupd bugs I missed by not testing. Might possiblyTom Feist2011-04-281-2/+2
| | | | work now.
* vim-mode/vim_mode: added new setting: 'esc_buf_timeout',Tom Feist2011-04-281-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 devTom Feist2011-04-221-6/+9
|\ | | | | | | | | Conflicts: vim-mode/vim_mode.pl
| * vim-mode: Fix :map displaying <C-H> as mapped to <BS>.Simon Ruderich2011-02-121-0/+2
| |
| * vim-mode: Support ^H as BS key.Simon Ruderich2011-01-201-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 Feist2011-04-221-5/+5
| |
* | vim-mode/vim_mode: docs: missed a bracket.Tom Feist2011-04-221-1/+1
| |
* | vim-mode/vim_mode: more doc updates about hooks and sbar items.Tom Feist2011-04-221-19/+30
| |
* | vim-mode/vim_mode: more documentation on how to use uberprompt hooks andTom Feist2011-04-221-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 theTom Feist2011-04-221-16/+28
| | | | | | | | vim_windows statusbar item if desired.
* | vim-mode/vim_mode: added '$vim_cmd_mode' expando that contains the same info asTom Feist2011-04-181-4/+20
| | | | | | | | the vim_mode sbar item. Needs some cleanup though
* | vim-mode/vim_mode: all bullet points finally fired. I hope.Tom Feist2011-04-181-46/+88
| |
* | 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.