aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* readme: fixed generator to not stomp if multiple files in one dir. Doesn'tTom Feist2011-04-182-28/+58
| | | | auto-display though. Maybe need to generate an index? (But where to store it?)
* ido-mode: final fixup. Stupidly missing =back in lists.Tom Feist2011-04-182-24/+27
|
* ido-mode: fix some pod bugs and regen the readme.Tom Feist2011-04-182-40/+41
|
* first generated README.Tom Feist2011-04-181-0/+139
|
* readme_generator: made it actually work.Tom Feist2011-04-181-9/+13
|
* ido-mode/ido_switcher: minor comment/ cleanupTom Feist2011-04-181-11/+11
|
* readme_generator: script to generate README.md files for github to use.Tom Feist2011-04-181-0/+61
|
* converted comments to POD. I hope it's worth it.Tom Feist2011-04-181-109/+184
|
* ido-mode/ido_switcher: added options to /ido_start_switch to start in variousTom Feist2011-04-181-28/+80
| | | | modes. See top of file comments for details.
* ido-mode/ido_switcher: remove an annoying debug print when switching ↵Tom Feist2011-04-181-1/+1
| | | | channels/queries mode.
* updated root README to mention some of the newer stuff.Tom Feist2011-04-181-6/+13
|
* undo: updates to kill-ring, implementing most of the basic functionality.Tom Feist2011-04-181-2/+85
| | | | | Unfortunately, it requires listening to every keystroke since there's no way to know ahead of time which keys will modify the cutbuffer.
* undo: kill-ring.pl, an initial attempt at a script to keep track of changes inTom Feist2011-04-181-0/+46
| | | | the cut-buffer, and allow you to cycle through them. Still WIP
* undo.pl: new script which stores short-term history (ie: within one command),Tom Feist2011-04-141-0/+134
| | | | and allows you to undo with C-\.
* rl_history_search: try to abstract the temporary split window concept so it canTom Feist2011-04-141-29/+53
| | | | be used for help display as well (and hoepfully, be used in other scripts too)
* template: update with MIT licence and bit more doc stubbing.Tom Feist2011-04-141-3/+30
|
* ido-mode/ido_switcher: cosmetic clean up some msglevel_* bits.Tom Feist2011-04-141-3/+6
|
* rl_history_search: clarify copyright, bump version number and add more ↵Tom Feist2011-04-131-11/+17
| | | | things to TODO
* rl_history_search: added 'number select mode', accessible with C-f when theTom Feist2011-04-131-11/+71
| | | | | split list is displayed. Currently the numbers don't quite match up, but it appears to work.
* rl_history_search: intial search (no search string) now lets you cycle throughTom Feist2011-04-131-0/+1
| | | | all possible matches, rather than none.
* rl_history_search: make split ensure that selected item is always visible whenTom Feist2011-04-131-15/+73
| | | | nunber of matches > window size
* exec.pl: using open3, but horribly broken. Still not sure why.Tom Feist2011-04-131-83/+219
|
* exec.pl: now mostly working with IPC::Open3. Needs cleanupTom Feist2011-04-131-62/+120
|
* added exec.pl, a pseudo-replacement for teh native /exec since it's broken and ITom Feist2011-04-131-0/+248
| | | | can't figure out why.
* rl_history_search: make split info text boldTom Feist2011-04-131-1/+8
|
* redir-input: test of some internal callback stuff. Which doesn't work. Ho Hum.Tom Feist2011-04-091-3/+6
|
* rl_history_search: added bits of flex-matching from ido_switcher. PermanentlyTom Feist2011-04-091-7/+76
| | | | enabled so far, but soon to be optional/configurable.
* rl_history_search: added a new "view history" option, available by pressing tabTom Feist2011-04-091-18/+95
| | | | when completion is active.
* Merge branch 'map_leader'Tom Feist2011-04-082-32/+59
|\ | | | | | | | | Conflicts: vim-mode/vim_mode.pl
| * vim-mode/vim_mode: cleanup of commands, and fix bug preventing ex mode fromTom Feist2011-04-061-32/+46
| | | | | | | | working (oops).
| * updates to gitignoreTom Feist2011-04-061-0/+1
| |
| * vim_mode: C-c cancels ex mode. Start of <Leader> variable support.Tom Feist2011-04-061-3/+14
| |
* | vim-mode: minimal ex-mode tab-completion. Completes provided only the currentTom Feist2011-04-081-1/+9
| | | | | | | | prefix allows only 1 unique completion.
* | add sig_unbind as a demonstration of the signal_remove coderef bug, and a patchTom Feist2011-04-082-0/+80
| | | | | | | | to fix it.
* | notifyquit: add 'ftp' to the blacklist since it's a common prefix which isTom Feist2011-04-081-1/+1
|/ | | | (hopefully) unlikely to be a nick.
* vim_mode: ex_hist documentation additions and cleanup.Tom Feist2011-04-061-7/+16
|
* vim_mode: fix ambiguous shift warning.ex_historyTom Feist2011-04-061-1/+1
|
* vim_mode: added history support to Ex mode. Can be scrolled backwards andTom Feist2011-04-061-17/+127
| | | | forwards using the arrow keys, and :eh shows the current history.
* vim_mode: minor cleanup of constantsTom Feist2011-04-061-8/+8
|
* input_overlay: cleanup, and work towards better region support.Tom Feist2011-04-061-51/+137
|
* vim-mode: modify init sequence to bind (default) commands after settings areTom Feist2011-04-061-7/+13
| | | | loaded, otherwise lots of undef errors
* updated readme with brief synopsis of notifyquit.Tom Feist2011-04-011-0/+7
|
* notifyquit: kill the debug print that sneaked past.Tom Feist2011-04-011-1/+0
|
* Bah. more fixing of script_is_loaded.Tom Feist2011-04-015-5/+5
|
* notifyquit: flippy-floppy some logic for clarity.Tom Feist2011-04-011-4/+3
|
* uberprompt: general cleanupTom Feist2011-04-011-10/+6
|
* uberprompt: fix brace handling bugTom Feist2011-04-011-3/+5
|
* notifyquit: fix stupid syntax error in regex.Tom Feist2011-04-011-31/+31
|
* modify all scripts to use the new script_is_loaded() function, since newerTom Feist2011-04-015-39/+9
| | | | versions of perl get upset at defined(%hash).
* signal_redir: general cleanup, and added attribution block %IRSSITom Feist2011-04-011-10/+28
|