Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | visual: moved term size out of visual into overlay | Tom Feist | 2010-10-14 | 1 | -23/+0 |
| | |||||
* | overlays: initial implementation. | Tom Feist | 2010-10-14 | 1 | -52/+161 |
| | | | | Vaguely working, but many todos and bugs remain | ||||
* | Merge remote branch 'origin/dev' | Tom Feist | 2010-10-14 | 4 | -26/+822 |
|\ | |||||
| * | prompt: uberprompt no longer applies abstract replaces on prompt format. | Tom Feist | 2010-10-14 | 1 | -1/+2 |
| | | |||||
| * | misc: added gitignore to dev branch | Tom Feist | 2010-10-14 | 1 | -0/+2 |
| | | |||||
| * | merged config | Tom Feist | 2010-10-14 | 11 | -179/+1669 |
| |\ | |||||
| | * | vim_mode: Mention that :set only sets vim_mode settings. | Simon Ruderich | 2010-10-14 | 1 | -1/+1 |
| | | | |||||
| | * | vim_mode: Add :se[t]. | Simon Ruderich | 2010-10-14 | 1 | -23/+82 |
| | | | |||||
| | * | vim_mode: Move all settings to $settings hash. | Simon Ruderich | 2010-10-14 | 1 | -21/+31 |
| | | | |||||
| * | | Merge branch 'dev' of github.com:shabble/irssi-scripts into dev | Tom Feist | 2010-10-08 | 1 | -98/+157 |
| |\ \ | |||||
| * \ \ | Merge remote branch 'origin/dev' into dev | Tom Feist | 2010-10-08 | 1 | -0/+1 |
| |\ \ \ | |||||
| * \ \ \ | Merge remote branch 'origin/dev' into dev | Tom Feist | 2010-10-08 | 1 | -30/+155 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge remote branch 'origin/dev' into dev | Tom Feist | 2010-10-08 | 9 | -481/+1848 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: prompt_info/prompt_replace.pl test/irssi/config | ||||
| * | | | | | | added prompt_replace to dev branch | Tom Feist | 2010-10-07 | 3 | -0/+727 |
| | | | | | | | |||||
* | | | | | | | prompt: uberprompt no longer applies abstract replaces on prompt format. | Tom Feist | 2010-10-14 | 1 | -1/+2 |
| | | | | | | | |||||
* | | | | | | | updated ignore | Tom Feist | 2010-10-14 | 1 | -0/+1 |
| | | | | | | | |||||
* | | | | | | | misc: tidying up my working dir | Tom Feist | 2010-10-14 | 13 | -0/+26894 |
| | | | | | | | |||||
* | | | | | | | uberprompt: removed dead code from startup func. | Tom Feist | 2010-10-14 | 1 | -13/+1 |
| |_|_|_|_|/ |/| | | | | | |||||
* | | | | | | uberprompt: hopefully fixed RHS positioning on script autorun | Tom Feist | 2010-10-14 | 1 | -3/+28 |
| | | | | | | |||||
* | | | | | | added list of all signals, including internal ones. | Tom Feist | 2010-10-14 | 1 | -0/+358 |
| | | | | | | |||||
* | | | | | | fixed problem with uberprompt sometimes starting on RHS of input line. | Tom Feist | 2010-10-14 | 1 | -7/+1 |
| | | | | | | |||||
* | | | | | | switched vim_mode to using uberprompt | Tom Feist | 2010-10-13 | 1 | -4/+7 |
| | | | | | | |||||
* | | | | | | Merge remote branch 'origin/dev' | Tom Feist | 2010-10-13 | 1 | -69/+178 |
|\ \ \ \ \ \ | |||||
| * | | | | | | vim_mode: Fix warning when mapping :map. | Simon Ruderich | 2010-10-10 | 1 | -1/+3 |
| | | | | | | | |||||
| * | | | | | | vim_mode: Fix pasting registers containing only "0". | Simon Ruderich | 2010-10-10 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reported by estragib. | ||||
| * | | | | | | vim_mode: Correctly display pending text-objects. | Simon Ruderich | 2010-10-10 | 1 | -2/+2 |
| | | | | | | | |||||
| * | | | | | | vim_mode: Fix B with operators. | Simon Ruderich | 2010-10-10 | 1 | -2/+1 |
| | | | | | | | |||||
| * | | | | | | vim_mode: Add <BS> to movement docs. | Simon Ruderich | 2010-10-10 | 1 | -1/+1 |
| | | | | | | | |||||
| * | | | | | | vim_mode: Add <BS> in command mode. | Simon Ruderich | 2010-10-10 | 1 | -6/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | <BS> is also mappable now. | ||||
| * | | | | | | vim_mode: :map {lhs} displays matching mappings. | Simon Ruderich | 2010-10-10 | 1 | -2/+7 |
| | | | | | | | |||||
| * | | | | | | vim_mode: Add known bug. | Simon Ruderich | 2010-10-10 | 1 | -0/+3 |
| | | | | | | | |||||
| * | | | | | | vim_mode: Document :mapping ex-commands doesn't need <Cr>. | Simon Ruderich | 2010-10-10 | 1 | -1/+2 |
| | | | | | | | |||||
| * | | | | | | vim_mode: Fix :bd from displaying buffers matching d. | Simon Ruderich | 2010-10-10 | 1 | -2/+3 |
| | | | | | | | |||||
| * | | | | | | vim_mode: Support counts with ex-commands. | Simon Ruderich | 2010-10-10 | 1 | -33/+84 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This supports e.g. :5b, :5bd, :bd 5. | ||||
| * | | | | | | vim_mode: Display command in statusbar after flushing pending map. | Simon Ruderich | 2010-10-09 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reported by estragib. | ||||
| * | | | | | | vim_mode: Whitespace only change. | Simon Ruderich | 2010-10-09 | 1 | -24/+48 |
| | | | | | | | |||||
| * | | | | | | vim_mode: Support arguments to mapped ex-arguments. | Simon Ruderich | 2010-10-09 | 1 | -6/+9 |
| | | | | | | | |||||
| * | | | | | | vim_mode: Allow mappings with numbers. | Simon Ruderich | 2010-10-09 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | But not as the first key. | ||||
| * | | | | | | vim_mode: Mapped irssi and <Nop> commands reset count. | Simon Ruderich | 2010-10-09 | 1 | -0/+4 |
| | | | | | | | |||||
| * | | | | | | vim_mode: Support counts with mapped ex-commands. | Simon Ruderich | 2010-10-09 | 1 | -2/+12 |
| | | | | | | | |||||
* | | | | | | | removed a defined-or which needs perl 5.10 | Tom Feist | 2010-10-13 | 1 | -1/+1 |
| | | | | | | | |||||
* | | | | | | | fixed undef bug in uberprompt | Tom Feist | 2010-10-13 | 1 | -1/+1 |
| | | | | | | | |||||
* | | | | | | | scrollminder now uses uberprompt properly (UP_INNER mode) | Tom Feist | 2010-10-13 | 1 | -1/+1 |
| | | | | | | | |||||
* | | | | | | | fix to uberprompt calling the wrong draw function from signalhandlers | Tom Feist | 2010-10-13 | 1 | -4/+4 |
| | | | | | | | |||||
* | | | | | | | added documentation, debug setting: 'scrollminder_debug', partially updated to | Tom Feist | 2010-10-13 | 1 | -14/+73 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | use uberprompt | ||||
* | | | | | | | updated history search to use a irssi setting 'histsearch_debug' to enable | Tom Feist | 2010-10-13 | 1 | -2/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | debugging output. | ||||
* | | | | | | | history search now uses colour to indicate matches/no-matches | Tom Feist | 2010-10-11 | 1 | -2/+4 |
| | | | | | | | |||||
* | | | | | | | modified rl_history_search to use uberprompt, and added INSTALL section to | Tom Feist | 2010-10-11 | 1 | -15/+27 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | header comments | ||||
* | | | | | | | modified buildpod to account for repo rename | Tom Feist | 2010-10-11 | 1 | -2/+2 |
| | | | | | | | |||||
* | | | | | | | tidied up loading code, added demo of calling func in outer scope | Tom Feist | 2010-10-10 | 2 | -4/+25 |
| | | | | | | |