| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | vim_mode: Simplify handle_command_cmd() a little. | Simon Ruderich | 2010-10-06 | 1 | -8/+9 |
| * | | vim_mode: Remove outdated TODO. | Simon Ruderich | 2010-10-06 | 1 | -3/+0 |
* | | | updated config with some handy aliases. | Tom Feist | 2010-10-06 | 1 | -3/+10 |
|/ / |
|
* | | back to stty parsing, with linux and osx cases. Falls back to 80x24 if it | Tom Feist | 2010-10-06 | 1 | -8/+18 |
* | | added some debugging output to terminal size detection | Tom Feist | 2010-10-06 | 1 | -2/+4 |
* | | changed terminal size detection from stty to tput lines/cols | Tom Feist | 2010-10-06 | 1 | -11/+8 |
* | | added /print_test to check rev. video stuff is behaving. | Tom Feist | 2010-10-06 | 1 | -1/+6 |
* | | fixed priorities (-1) and position (100) of prompt statusbars | Tom Feist | 2010-10-06 | 1 | -4/+8 |
* | | fixed a bug causing prompt to not get updated properly, and added a nasty compat | Tom Feist | 2010-10-06 | 1 | -3/+9 |
* | | modified the API signal handling to prepend $p by default (as prompt_info sort | Tom Feist | 2010-10-06 | 1 | -1/+2 |
* | | general cleanup and refactoring. Need to figure out how to handle regions going | Tom Feist | 2010-10-06 | 1 | -35/+87 |
* | | moved most of the overlay stuff out into overlays.pl for another time. | Tom Feist | 2010-10-06 | 2 | -85/+89 |
* | | renamed a lot of things, it's now 'uberprompt', which can be set from within | Tom Feist | 2010-10-06 | 1 | -124/+157 |
* | | moved a handy snippet into my feature-tests dir for querying internal signals. | Tom Feist | 2010-10-06 | 1 | -0/+14 |
* | | removed useless include of Term::Size | Tom Feist | 2010-10-06 | 1 | -1/+0 |
* | | test release of prompt_replace. need to rework the whole visual stuff a bit | Tom Feist | 2010-10-06 | 1 | -49/+92 |
* | | updating my test config after it broke horribly | Tom Feist | 2010-10-06 | 1 | -4/+4 |
* | | documentation improvements | Tom Feist | 2010-10-06 | 2 | -1/+60 |
* | | more progress on replacing prompt bar for visual mode and other trickery. Pr... | Tom Feist | 2010-10-06 | 1 | -0/+275 |
* | | disabled removal of timeout waiting for esc input buffer, since it was a | Tom Feist | 2010-10-05 | 1 | -2/+2 |
* | | vim_mode: Add #irssi_vim. | Simon Ruderich | 2010-10-04 | 1 | -1/+1 |
* | | vim_mode: Fix :abc from display all buffers matching c. | Simon Ruderich | 2010-10-04 | 1 | -1/+1 |
* | | vim_mode: Also clear @ex_buf when pressing esc. | Simon Ruderich | 2010-10-04 | 1 | -1/+3 |
* | | vim_mode: Use elsif where possible. | Simon Ruderich | 2010-10-04 | 1 | -4/+2 |
* | | vim_mode: Minor comment fixes. | Simon Ruderich | 2010-10-04 | 1 | -2/+1 |
* | | vim_mode: Describe irssi requirements. | Simon Ruderich | 2010-10-04 | 1 | -0/+14 |
* | | vim_mode: Prevent j and k with operator. | Simon Ruderich | 2010-10-04 | 1 | -0/+5 |
* | | vim_mode: Add gg, moves to oldest history line. | Simon Ruderich | 2010-10-04 | 1 | -1/+7 |
* | | vim_mode: Add G, moves to count-th history line. | Simon Ruderich | 2010-10-04 | 1 | -2/+43 |
* | | vim_mode: Fix "xdd and "xyy not resetting the register. | Simon Ruderich | 2010-10-04 | 1 | -0/+4 |
* | | vim_mode: Fix cw/cW on whitespace directly in front of word. | Simon Ruderich | 2010-10-03 | 1 | -2/+4 |
* | | vim_mode: Fix c repetition. | Simon Ruderich | 2010-10-03 | 1 | -1/+3 |
* | | vim_mode: Minor comment fix. | Simon Ruderich | 2010-10-03 | 1 | -1/+1 |
* | | vim_mode: Reorder $movements_repeatable. | Simon Ruderich | 2010-10-03 | 1 | -4/+4 |
* | | vim_mode: Fix undo if some changes were already undid. | Simon Ruderich | 2010-10-03 | 1 | -0/+8 |
* | | vim_mode: Only track input positions for d operator. | Simon Ruderich | 2010-10-03 | 1 | -2/+2 |
* | | vim_mode: Undo only tracks d operators. | Simon Ruderich | 2010-10-03 | 1 | -2/+2 |
* | | vim_mode: Fix undo positions for text-objects. | Simon Ruderich | 2010-10-03 | 1 | -10/+10 |
* | | vim_mode: Hopefully fix undo positions. | Simon Ruderich | 2010-10-03 | 1 | -1/+11 |
* | | vim_mode: Hopefully fix undo/redo. | Simon Ruderich | 2010-10-03 | 1 | -15/+19 |
* | | vim_mode: Only undo operators, repeatable movements and repetitions. | Simon Ruderich | 2010-10-03 | 1 | -5/+4 |
* | | vim_mode: Fix caw. | Simon Ruderich | 2010-10-02 | 1 | -3/+8 |
* | | vim_mode: Fix indentation. | Simon Ruderich | 2010-10-02 | 1 | -68/+68 |
* | | vim_mode: Add aw (text-object). | Simon Ruderich | 2010-10-02 | 1 | -10/+41 |
* | | vim_mode: Add Ctrl-R in insert mode. | Simon Ruderich | 2010-10-02 | 1 | -5/+26 |
* | | vim_mode: Fix crash when pressing , or ; before f,t,F,T. | Simon Ruderich | 2010-10-02 | 1 | -2/+2 |
* | | vim_mode: Fix j from destroying the input line. | Simon Ruderich | 2010-10-02 | 1 | -1/+5 |
* | | vim_mode: Add missing (undef, undef) for clarity. | Simon Ruderich | 2010-10-02 | 1 | -2/+2 |
* | | vim_mode: Move some functions. | Simon Ruderich | 2010-10-02 | 1 | -69/+68 |
* | | vim_mode: Add debug output. | Simon Ruderich | 2010-10-02 | 1 | -0/+1 |