aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Uses the channel add [] infracstructure as a datastore.richoH-masterricho2011-01-011-6/+42
|
* uberprompt: hopefully a fix for Irssi::Nick not found irssi bug weirdness.Tom Feist2010-12-311-0/+2
|
* auto_server: oops, 'setup changed' signal was calling the wrong thing.Tom Feist2010-12-311-1/+1
|
* auto_server: bugfix: forgot to remove pending items from queue after joining ↵Tom Feist2010-12-311-0/+20
| | | | the channel
* auto_server: initial commit - script to handle connecting to various serversTom Feist2010-12-311-0/+152
| | | | behind the scenes, based on a channel -> server mapping setting.
* ido_switch: bugfix: visiting active items removes them from the active list.Tom Feist2010-12-311-7/+9
|
* ido_switch: more doc and comment fixesTom Feist2010-12-301-8/+20
|
* ido_switch: added a bit more documentation on the various bindings.Tom Feist2010-12-301-2/+38
|
* ido_switch: general refactor of code for more DRY. Beginning of full listingTom Feist2010-12-301-284/+471
| | | | available with <tab>.
* ido_switch: create hilight for numbers, and fix bugs with regex match ↵Tom Feist2010-12-271-11/+19
| | | | implementation
* ido_switch: bugfix for match hilighting, more indicator options, general ↵Tom Feist2010-12-251-42/+51
| | | | comment cleanup
* ido_switch: fix to only allow numbers that are prefixes.Tom Feist2010-12-231-1/+1
|
* ido_switch: searching by number now shows all items having that number as a ↵Tom Feist2010-12-231-6/+3
| | | | prefix.
* ido_switch: hilight individual parts of names that correspond to the searchTom Feist2010-12-231-16/+69
| | | | string. Not currently functional for regex only (C-f) searches.
* ido_switch: make flex matching behave better, and generally clean up theTom Feist2010-12-221-23/+50
| | | | debugging fluff. Should be ready to integrate match index-based colouriing soon.
* history-search/rl_history_search: fix to make sure init() is called afterTom Feist2010-12-131-3/+10
| | | | attempting to load uberprompt (or not) appropriately.
* ido_switch: only use levelclear when necessary (after something has been ↵Tom Feist2010-12-131-0/+3
| | | | printed)
* 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
|\