Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | vim_mode: Add <C-E> and <C-Y>. | Simon Ruderich | 2010-10-08 | 1 | -1/+3 |
| | |||||
* | vim_mode: Fix <C-D>/<C-U> only scrolling one line. | Simon Ruderich | 2010-10-08 | 1 | -2/+4 |
| | | | | Reported by estragib. | ||||
* | vim_mode: Scroll commands are not repeatable. | Simon Ruderich | 2010-10-08 | 1 | -8/+4 |
| | |||||
* | vim_mode: Fix mapping ex-commands which take an argument. | Simon Ruderich | 2010-10-08 | 1 | -2/+2 |
| | | | | Reported by estragib. | ||||
* | vim_mode: Fix x and X broken in last commit. | Simon Ruderich | 2010-10-08 | 1 | -2/+2 |
| | |||||
* | vim_mode: Fix typo. | Simon Ruderich | 2010-10-08 | 1 | -7/+7 |
| | |||||
* | vim_mode: Fix operators when moving left of current position. | Simon Ruderich | 2010-10-08 | 1 | -38/+26 |
| | |||||
* | vim_mode: Add debug print when calling an ex-command. | Simon Ruderich | 2010-10-08 | 1 | -0/+1 |
| | |||||
* | vim_mode: $map->{char} is always in <> notation. | Simon Ruderich | 2010-10-08 | 1 | -11/+12 |
| | | | | Not control characters. | ||||
* | vim_mode: Add ~/.irssi/vim_moderc as vimrc-like configuration file. | Simon Ruderich | 2010-10-08 | 1 | -0/+38 |
| | |||||
* | vim_mode: Fix :map on a placeholder mapping. | Simon Ruderich | 2010-10-08 | 1 | -0/+1 |
| | | | | Like mapping something to g when no g is used yet (but there are gg G). | ||||
* | vim_mode: Add :map to allow custom mappings. | Simon Ruderich | 2010-10-08 | 1 | -2/+121 |
| | |||||
* | vim_mode: Add char to $commands_ex hash. | Simon Ruderich | 2010-10-07 | 1 | -17/+17 |
| | |||||
* | vim_mode: Fix error in $commands_ex hash. | Simon Ruderich | 2010-10-07 | 1 | -17/+17 |
| | |||||
* | vim_mode: Use Vim-like <C-X> char representation. | Simon Ruderich | 2010-10-07 | 1 | -10/+10 |
| | |||||
* | vim_mode: Add "0, last yank. | Simon Ruderich | 2010-10-07 | 1 | -1/+7 |
| | |||||
* | vim_mode: Fix :registers' display of "+ and "*. | Simon Ruderich | 2010-10-07 | 1 | -0/+5 |
| | | | | Reported by estragib. | ||||
* | vim_mode: Increase insert mode timeout to one second. | Simon Ruderich | 2010-10-07 | 1 | -1/+1 |
| | |||||
* | vim_mode: Add warning for irssi < 0.8.13 for g and GG. | Simon Ruderich | 2010-10-07 | 1 | -0/+1 |
| | |||||
* | vim_mode: Fix yank movement and behavior. | Simon Ruderich | 2010-10-07 | 1 | -1/+12 |
| | | | | Reported by estragib. | ||||
* | vim_mode: Minor documentation updates. | Simon Ruderich | 2010-10-07 | 1 | -1/+4 |
| | |||||
* | vim_mode: Fix i/I/a/A repeat. | Simon Ruderich | 2010-10-07 | 1 | -4/+8 |
| | |||||
* | vim_mode: Fix Ctrl-W j, Ctrl-W k. | Simon Ruderich | 2010-10-07 | 1 | -8/+5 |
| | |||||
* | vim_mode: Fix ex-mode broken in last commit. | Simon Ruderich | 2010-10-07 | 1 | -1/+1 |
| | |||||
* | vim_mode: Add internal support to bind ex-mode commands in command mode. | Simon Ruderich | 2010-10-07 | 1 | -17/+26 |
| | |||||
* | vim_mode: Fix minor typo. | Simon Ruderich | 2010-10-07 | 1 | -1/+1 |
| | |||||
* | vim_mode: Add :bnext, :bprev and :bdelete. | Simon Ruderich | 2010-10-07 | 1 | -3/+6 |
| | |||||
* | vim_mode: Separate Ex-mode commands. | Simon Ruderich | 2010-10-07 | 1 | -16/+74 |
| | |||||
* | vim_mode: Add comments before each code section. | Simon Ruderich | 2010-10-07 | 1 | -0/+11 |
| | |||||
* | vim_mode: Fix function names. | Simon Ruderich | 2010-10-07 | 1 | -107/+107 |
| | |||||
* | vim_mode: Add support for complex command mode mappings. | Simon Ruderich | 2010-10-07 | 1 | -250/+367 |
| | | | | Also some internal cleanup of handle_command_cmd(). | ||||
* | vim_mode: More cleanup of handle_command_cmd(). | Simon Ruderich | 2010-10-06 | 1 | -7/+6 |
| | |||||
* | 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 |
| | |||||
* | back to stty parsing, with linux and osx cases. Falls back to 80x24 if it | Tom Feist | 2010-10-06 | 1 | -8/+18 |
| | | | | doesn't match either. | ||||
* | 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 |
| | | | | hack so things expecting prompt_Info will still load. | ||||
* | modified the API signal handling to prepend $p by default (as prompt_info sort | Tom Feist | 2010-10-06 | 1 | -1/+2 |
| | | | | of worked). | ||||
* | general cleanup and refactoring. Need to figure out how to handle regions going | Tom Feist | 2010-10-06 | 1 | -35/+87 |
| | | | | backwards as well as forwards. Also better ways to remove them when no longer active. | ||||
* | 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 |
| | | | | | | | | irssi rather than editing themes. It also allows additional text to be specified with the $p 'variable' Started on a big overlay system, but needs a lot more thinking about. Will rip it out and just make visual inputline for now. | ||||
* | 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 |
| | | | | more - probably into a generic overlay system. Also menu! | ||||
* | 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. ↵ | Tom Feist | 2010-10-06 | 1 | -0/+275 |
| | | | | | | | Prompt is mostly working but needs configuration options and more cleanup. Visual mode is still hacky as sin. |