aboutsummaryrefslogtreecommitdiffstats
path: root/ido-mode (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ido-mode/ido_switcher: added C-k to close windows without exiting modeTom Feist2011-01-151-1/+16
|
* ido-mode/ido_switcher: added a ido_show_active_first setting to prioritisebare_module_v1.0Tom Feist2011-01-091-8/+17
| | | | active windows. On by default.
* ido-mode/ido_switcher: added help binding (C-h) since there were getting to ↵Tom Feist2011-01-011-1/+47
| | | | | | | | be a lot of features. TODO: get it displaying better - centered, maybe?
* 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.
* 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
|
* 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