| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | 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 |
* | | test commit | Tom Feist | 2010-12-06 | 1 | -1/+1 |
* | | easy_exec: add author info block, Dump() function to call Data::Dumper | Tom Feist | 2010-12-04 | 1 | -4/+14 |
* | | template: update template with personal details, add additional imports | Tom Feist | 2010-12-04 | 1 | -2/+6 |
* | | easy_exec: override /script exec with a function to export all of the Irssi:: | Tom Feist | 2010-12-04 | 1 | -0/+25 |
* | | uberprompt: have the debug_prompt_changed handler added/removed appropriately | Tom Feist | 2010-12-04 | 1 | -4/+7 |
* | | ido_switcher: some progress, ported most of the modal functionality from | Tom Feist | 2010-12-04 | 1 | -70/+146 |
* | | ido_switcher: start of a new window switching mode based around emacs ido-mode | Tom Feist | 2010-12-04 | 1 | -0/+271 |
* | | sb_position: oops, switch back to default sbar view | Tom Feist | 2010-12-02 | 1 | -2/+2 |
* | | sb_position: fix incorrect percent showing at beginning and end of buffer. | Tom Feist | 2010-12-02 | 1 | -16/+17 |
* | | sb_position: account for empty_linecount to fix incorrect position on /clear, | Tom Feist | 2010-12-02 | 1 | -6/+16 |
* | | sb_position: /sb commands now work and cause the update as expected | Tom Feist | 2010-12-02 | 1 | -2/+9 |
* | | sb_position: moved register and sig code into init(), weird hacky bugfix for ... | Tom Feist | 2010-12-02 | 1 | -11/+15 |
* | | sb_position: added a (presumably) working version of rudi_s' scrollback posit... | Tom Feist | 2010-12-02 | 1 | -0/+90 |
* | | Revert "vim_mode: prototype of partial ex bindings" | Tom Feist | 2010-12-01 | 1 | -31/+4 |
* | | docs: recommitting due to revert confusion | Tom Feist | 2010-12-01 | 2 | -4/+2 |
* | | vim_mode: prototype of partial ex bindingsmap-enhance | Tom Feist | 2010-12-01 | 1 | -4/+31 |
* | | docs: clarify signal_remove cannot be applied to coderef handlers. | Tom Feist | 2010-12-01 | 2 | -2/+4 |
|/ |
|
* | docs: updated buildpod script to save to new tmp locationvim_mode_1.0 | Tom Feist | 2010-11-26 | 1 | -1/+1 |
* | uberprompt: squash an uninitalised warning in $cumode checking | Tom Feist | 2010-11-24 | 1 | -2/+3 |
* | uberprompt: prompt now updates correctly with $cumode expando | Tom Feist | 2010-11-24 | 1 | -1/+25 |
* | uberprompt: updates prompt for changes to $N (your nick) | Tom Feist | 2010-11-24 | 1 | -0/+2 |
* | uberprompt: now updates correctly for some additional expandos, such as $tag | Tom Feist | 2010-11-24 | 1 | -4/+20 |
* | vim_mode: mapped Irssi commands only use $server context if it is available. | Tom Feist | 2010-11-22 | 1 | -1/+9 |
* | vim_mode: fix :snext/prev generating warnings when not connected | Tom Feist | 2010-11-22 | 1 | -0/+6 |
* | scrolled_reminder: remove 'SPC goes to end of buffer' message once it has bee... | Tom Feist | 2010-11-17 | 1 | -0/+3 |
* | bugfix: stop rl_history_search dumping core by spelling 'signal_remove' properly | Tom Feist | 2010-11-17 | 1 | -1/+1 |
* | Merge remote branch 'origin/dev' | Tom Feist | 2010-11-08 | 1 | -1/+1 |
|\ |
|
| * | vim-mode: Fix s not using count. | Simon Ruderich | 2010-11-08 | 1 | -1/+1 |
* | | fix for prompt_ifno users upgrading to uberprompt without restart (hopefully) | Tom Feist | 2010-11-08 | 1 | -0/+3 |
|/ |
|
* | removed test/ dir since it was causing too much trouble | Tom Feist | 2010-11-05 | 7 | -1072/+2 |
* | rl_search_history: bump version number | Tom Feist | 2010-11-05 | 1 | -1/+1 |
* | url_hilight: added a warning about unfinishedness, and make it at least compile. | Tom Feist | 2010-11-05 | 1 | -4/+11 |
* | added some feature tests for format expansion | Tom Feist | 2010-11-05 | 4 | -53/+213 |
* | vim_mode: added a setting for 'prompt_leading_space' to determine whether the | Tom Feist | 2010-11-04 | 1 | -6/+15 |
* | vim_mode: bugfix for error on :map<spc>, should be treated as just :map<ret> | Tom Feist | 2010-11-04 | 1 | -1/+1 |
* | vim_mode: cleaned up docs pointing now to uberprompt | Tom Feist | 2010-11-04 | 1 | -5/+7 |
* | start of tab completion for :ex commands | Tom Feist | 2010-11-04 | 1 | -1/+23 |
* | add support for 'prompt length request' signal, which responds with a standard | Tom Feist | 2010-11-04 | 1 | -4/+22 |
* | make hist_search attempt to load uberprompt if it isn't already. If that fails, | Tom Feist | 2010-11-04 | 1 | -3/+15 |
* | added input overlay script, still wip | Tom Feist | 2010-11-04 | 1 | -0/+53 |
* | whitespace cleanup | Tom Feist | 2010-10-26 | 1 | -8/+70 |
* | replace server id separator with \x1d to avoid unintended matches | Tom Feist | 2010-10-26 | 1 | -7/+8 |
* | implement :servernext/prev and :itemnext/prev for switching between servers and | Tom Feist | 2010-10-26 | 1 | -0/+85 |
* | Merge remote branch 'origin/dev' | Tom Feist | 2010-10-26 | 1 | -28/+38 |
|\ |
|
| * | vim_mode: Fix undo for cc/yy. | Simon Ruderich | 2010-10-15 | 1 | -0/+3 |