| Commit message (Expand) | Author | Age | Files | Lines |
* | added vim-mode genereated readme | Tom Feist | 2011-04-18 | 1 | -0/+284 |
* | vim-mode/vim_mode: podified help | Tom Feist | 2011-04-18 | 1 | -244/+412 |
* | some minimalist pod. | Tom Feist | 2011-04-18 | 2 | -0/+28 |
* | readme: fixed generator to not stomp if multiple files in one dir. Doesn't | Tom Feist | 2011-04-18 | 2 | -28/+58 |
* | ido-mode: final fixup. Stupidly missing =back in lists. | Tom Feist | 2011-04-18 | 2 | -24/+27 |
* | ido-mode: fix some pod bugs and regen the readme. | Tom Feist | 2011-04-18 | 2 | -40/+41 |
* | first generated README. | Tom Feist | 2011-04-18 | 1 | -0/+139 |
* | readme_generator: made it actually work. | Tom Feist | 2011-04-18 | 1 | -9/+13 |
* | ido-mode/ido_switcher: minor comment/ cleanup | Tom Feist | 2011-04-18 | 1 | -11/+11 |
* | readme_generator: script to generate README.md files for github to use. | Tom Feist | 2011-04-18 | 1 | -0/+61 |
* | converted comments to POD. I hope it's worth it. | Tom Feist | 2011-04-18 | 1 | -109/+184 |
* | ido-mode/ido_switcher: added options to /ido_start_switch to start in various | Tom Feist | 2011-04-18 | 1 | -28/+80 |
* | ido-mode/ido_switcher: remove an annoying debug print when switching channels... | Tom Feist | 2011-04-18 | 1 | -1/+1 |
* | updated root README to mention some of the newer stuff. | Tom Feist | 2011-04-18 | 1 | -6/+13 |
* | undo: updates to kill-ring, implementing most of the basic functionality. | Tom Feist | 2011-04-18 | 1 | -2/+85 |
* | undo: kill-ring.pl, an initial attempt at a script to keep track of changes in | Tom Feist | 2011-04-18 | 1 | -0/+46 |
* | undo.pl: new script which stores short-term history (ie: within one command), | Tom Feist | 2011-04-14 | 1 | -0/+134 |
* | rl_history_search: try to abstract the temporary split window concept so it can | Tom Feist | 2011-04-14 | 1 | -29/+53 |
* | template: update with MIT licence and bit more doc stubbing. | Tom Feist | 2011-04-14 | 1 | -3/+30 |
* | ido-mode/ido_switcher: cosmetic clean up some msglevel_* bits. | Tom Feist | 2011-04-14 | 1 | -3/+6 |
* | rl_history_search: clarify copyright, bump version number and add more things... | Tom Feist | 2011-04-13 | 1 | -11/+17 |
* | rl_history_search: added 'number select mode', accessible with C-f when the | Tom Feist | 2011-04-13 | 1 | -11/+71 |
* | rl_history_search: intial search (no search string) now lets you cycle through | Tom Feist | 2011-04-13 | 1 | -0/+1 |
* | rl_history_search: make split ensure that selected item is always visible when | Tom Feist | 2011-04-13 | 1 | -15/+73 |
* | exec.pl: using open3, but horribly broken. Still not sure why. | Tom Feist | 2011-04-13 | 1 | -83/+219 |
* | exec.pl: now mostly working with IPC::Open3. Needs cleanup | Tom Feist | 2011-04-13 | 1 | -62/+120 |
* | added exec.pl, a pseudo-replacement for teh native /exec since it's broken and I | Tom Feist | 2011-04-13 | 1 | -0/+248 |
* | rl_history_search: make split info text bold | Tom Feist | 2011-04-13 | 1 | -1/+8 |
* | redir-input: test of some internal callback stuff. Which doesn't work. Ho Hum. | Tom Feist | 2011-04-09 | 1 | -3/+6 |
* | rl_history_search: added bits of flex-matching from ido_switcher. Permanently | Tom Feist | 2011-04-09 | 1 | -7/+76 |
* | rl_history_search: added a new "view history" option, available by pressing tab | Tom Feist | 2011-04-09 | 1 | -18/+95 |
* | Merge branch 'map_leader' | Tom Feist | 2011-04-08 | 2 | -32/+59 |
|\ |
|
| * | vim-mode/vim_mode: cleanup of commands, and fix bug preventing ex mode from | Tom Feist | 2011-04-06 | 1 | -32/+46 |
| * | updates to gitignore | Tom Feist | 2011-04-06 | 1 | -0/+1 |
| * | vim_mode: C-c cancels ex mode. Start of <Leader> variable support. | Tom Feist | 2011-04-06 | 1 | -3/+14 |
* | | vim-mode: minimal ex-mode tab-completion. Completes provided only the current | Tom Feist | 2011-04-08 | 1 | -1/+9 |
* | | add sig_unbind as a demonstration of the signal_remove coderef bug, and a patch | Tom Feist | 2011-04-08 | 2 | -0/+80 |
* | | notifyquit: add 'ftp' to the blacklist since it's a common prefix which is | Tom Feist | 2011-04-08 | 1 | -1/+1 |
|/ |
|
* | vim_mode: ex_hist documentation additions and cleanup. | Tom Feist | 2011-04-06 | 1 | -7/+16 |
* | vim_mode: fix ambiguous shift warning.ex_history | Tom Feist | 2011-04-06 | 1 | -1/+1 |
* | vim_mode: added history support to Ex mode. Can be scrolled backwards and | Tom Feist | 2011-04-06 | 1 | -17/+127 |
* | vim_mode: minor cleanup of constants | Tom Feist | 2011-04-06 | 1 | -8/+8 |
* | input_overlay: cleanup, and work towards better region support. | Tom Feist | 2011-04-06 | 1 | -51/+137 |
* | vim-mode: modify init sequence to bind (default) commands after settings are | Tom Feist | 2011-04-06 | 1 | -7/+13 |
* | updated readme with brief synopsis of notifyquit. | Tom Feist | 2011-04-01 | 1 | -0/+7 |
* | notifyquit: kill the debug print that sneaked past. | Tom Feist | 2011-04-01 | 1 | -1/+0 |
* | Bah. more fixing of script_is_loaded. | Tom Feist | 2011-04-01 | 5 | -5/+5 |
* | notifyquit: flippy-floppy some logic for clarity. | Tom Feist | 2011-04-01 | 1 | -4/+3 |
* | uberprompt: general cleanup | Tom Feist | 2011-04-01 | 1 | -10/+6 |
* | uberprompt: fix brace handling bug | Tom Feist | 2011-04-01 | 1 | -3/+5 |