aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | ido_switch: SPC jumps to window without exiting mode, RET no longer sendsTom Feist2010-12-121-2/+12
| | | | | | | | inputline to server
* | ido_switch: C-e toggles selection of only active windowsTom Feist2010-12-111-4/+35
| |
* | ido_switch: support for numerical selection of windowsTom Feist2010-12-111-1/+4
| |
* | ido_switch: flex_match is now case-insensitiveTom Feist2010-12-111-3/+6
| |
* | tab displays full list in window, select/cancel clears it.Tom Feist2010-12-111-36/+81
| |
* | ido_switcher: implemented the bulk of the script. Tag specific andTom Feist2010-12-101-53/+118
| | | | | | | | tab-completion still todo.
* | test commitTom Feist2010-12-061-1/+1
| |
* | easy_exec: add author info block, Dump() function to call Data::DumperTom Feist2010-12-041-4/+14
| |
* | template: update template with personal details, add additional importsTom Feist2010-12-041-2/+6
| |
* | easy_exec: override /script exec with a function to export all of the Irssi::Tom Feist2010-12-041-0/+25
| | | | | | | | namespace functions for ease of testing.
* | uberprompt: have the debug_prompt_changed handler added/removed appropriatelyTom Feist2010-12-041-4/+7
| | | | | | | | when toggling the _debug flag.
* | ido_switcher: some progress, ported most of the modal functionality fromTom Feist2010-12-041-70/+146
| | | | | | | | | | rl_history_search. Needs more work on the actual switching and window name determination front.
* | ido_switcher: start of a new window switching mode based around emacs ido-modeTom Feist2010-12-041-0/+271
| |
* | sb_position: oops, switch back to default sbar viewTom Feist2010-12-021-2/+2
| |
* | sb_position: fix incorrect percent showing at beginning and end of buffer.Tom Feist2010-12-021-16/+17
| |
* | sb_position: account for empty_linecount to fix incorrect position on /clear,Tom Feist2010-12-021-6/+16
| | | | | | | | add use TextUI.
* | sb_position: /sb commands now work and cause the update as expectedTom Feist2010-12-021-2/+9
| |
* | sb_position: moved register and sig code into init(), weird hacky bugfix for ↵Tom Feist2010-12-021-11/+15
| | | | | | | | FS#242
* | sb_position: added a (presumably) working version of rudi_s' scrollback ↵Tom Feist2010-12-021-0/+90
| | | | | | | | position script.
* | Revert "vim_mode: prototype of partial ex bindings"Tom Feist2010-12-011-31/+4
| | | | | | | | | | | | | | This reverts commit 611532140494a2b281d699bf8897ac344257e782. remove partial ex bindings from master until they're more stable. moved to remote branch map-enhance
* | docs: recommitting due to revert confusionTom Feist2010-12-012-4/+2
| |
* | vim_mode: prototype of partial ex bindingsmap-enhanceTom Feist2010-12-011-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.
* | docs: clarify signal_remove cannot be applied to coderef handlers.Tom Feist2010-12-012-2/+4
|/
* docs: updated buildpod script to save to new tmp locationvim_mode_1.0Tom Feist2010-11-261-1/+1
|
* uberprompt: squash an uninitalised warning in $cumode checkingTom Feist2010-11-241-2/+3
|
* uberprompt: prompt now updates correctly with $cumode expandoTom Feist2010-11-241-1/+25
|
* uberprompt: updates prompt for changes to $N (your nick)Tom Feist2010-11-241-0/+2
|
* uberprompt: now updates correctly for some additional expandos, such as $tagTom Feist2010-11-241-4/+20
|
* 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
|
* scrolled_reminder: remove 'SPC goes to end of buffer' message once it has ↵Tom Feist2010-11-171-0/+3
| | | | been used
* bugfix: stop rl_history_search dumping core by spelling 'signal_remove' properlyTom Feist2010-11-171-1/+1
|
* Merge remote branch 'origin/dev'Tom Feist2010-11-081-1/+1
|\
| * vim-mode: Fix s not using count.Simon Ruderich2010-11-081-1/+1
| | | | | | | | Reported by estragib.
* | fix for prompt_ifno users upgrading to uberprompt without restart (hopefully)Tom Feist2010-11-081-0/+3
|/
* removed test/ dir since it was causing too much troubleTom Feist2010-11-057-1072/+2
|
* rl_search_history: bump version numberTom Feist2010-11-051-1/+1
|
* url_hilight: added a warning about unfinishedness, and make it at least compile.Tom Feist2010-11-051-4/+11
|
* added some feature tests for format expansionTom Feist2010-11-054-53/+213
|
* 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
|
* add support for 'prompt length request' signal, which responds with a standardTom Feist2010-11-041-4/+22
| | | | 'prompt changed' signal
* make hist_search attempt to load uberprompt if it isn't already. If that fails,Tom Feist2010-11-041-3/+15
| | | | then die
* added input overlay script, still wipTom Feist2010-11-041-0/+53
|
* 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
|\