Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ido_switch: hilight individual parts of names that correspond to the search | Tom Feist | 2010-12-23 | 1 | -16/+69 |
| | | | | string. Not currently functional for regex only (C-f) searches. | ||||
* | ido_switch: make flex matching behave better, and generally clean up the | Tom Feist | 2010-12-22 | 1 | -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 Feist | 2010-12-13 | 1 | -0/+3 |
| | | | | printed) | ||||
* | ido_switch: SPC jumps to window without exiting mode, RET no longer sends | Tom Feist | 2010-12-12 | 1 | -2/+12 |
| | | | | inputline to server | ||||
* | ido_switch: C-e toggles selection of only active windows | Tom Feist | 2010-12-11 | 1 | -4/+35 |
| | |||||
* | ido_switch: support for numerical selection of windows | Tom Feist | 2010-12-11 | 1 | -1/+4 |
| | |||||
* | ido_switch: flex_match is now case-insensitive | Tom Feist | 2010-12-11 | 1 | -3/+6 |
| | |||||
* | tab displays full list in window, select/cancel clears it. | Tom Feist | 2010-12-11 | 1 | -36/+81 |
| | |||||
* | ido_switcher: implemented the bulk of the script. Tag specific and | Tom Feist | 2010-12-10 | 1 | -53/+118 |
| | | | | tab-completion still todo. | ||||
* | test commit | Tom Feist | 2010-12-06 | 1 | -1/+1 |
| | |||||
* | ido_switcher: some progress, ported most of the modal functionality from | Tom Feist | 2010-12-04 | 1 | -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-mode | Tom Feist | 2010-12-04 | 1 | -0/+271 |