aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'dev' of github.com:shabble/irssi-scripts into devTom Feist2010-10-081-98/+157
|\
| * vim_mode: Add undo/redo positions to known bugs.Simon Ruderich2010-10-081-0/+1
| |
| * vim_mode: Add : to $commands_ex's {char}.Simon Ruderich2010-10-081-26/+22
| |
| * vim_mode: Minor code cleanup.Simon Ruderich2010-10-081-5/+8
| |
| * vim_mode: Document :s///.Simon Ruderich2010-10-081-0/+4
| |
| * vim_mode: Minor source comment fixes.Simon Ruderich2010-10-081-7/+8
| |
| * vim_mode: :map supports {rhs} with spaces.Simon Ruderich2010-10-081-3/+4
| |
| * vim_mode: :map can map irssi commands.Simon Ruderich2010-10-081-3/+19
| |
| * vim_mode: Ignore control characters in ex-mode for now.Simon Ruderich2010-10-081-0/+4
| | | | | | | | Reported by estragib.
| * vim_mode: Backspacing over : in ex-mode exists it.Simon Ruderich2010-10-081-2/+7
| | | | | | | | Suggested by estragib.
| * vim_mode: Add <C-E> and <C-Y>.Simon Ruderich2010-10-081-1/+3
| |
| * vim_mode: Fix <C-D>/<C-U> only scrolling one line.Simon Ruderich2010-10-081-2/+4
| | | | | | | | Reported by estragib.
| * vim_mode: Scroll commands are not repeatable.Simon Ruderich2010-10-081-8/+4
| |
| * vim_mode: Fix mapping ex-commands which take an argument.Simon Ruderich2010-10-081-2/+2
| | | | | | | | Reported by estragib.
| * vim_mode: Fix x and X broken in last commit.Simon Ruderich2010-10-081-2/+2
| |
| * vim_mode: Fix typo.Simon Ruderich2010-10-081-7/+7
| |
| * vim_mode: Fix operators when moving left of current position.Simon Ruderich2010-10-081-38/+26
| |
| * vim_mode: Add debug print when calling an ex-command.Simon Ruderich2010-10-081-0/+1
| |
| * vim_mode: $map->{char} is always in <> notation.Simon Ruderich2010-10-081-11/+12
| | | | | | | | Not control characters.
| * vim_mode: Add ~/.irssi/vim_moderc as vimrc-like configuration file.Simon Ruderich2010-10-081-0/+38
| |
* | Merge remote branch 'origin/dev' into devTom Feist2010-10-081-0/+1
|\|
| * vim_mode: Fix :map on a placeholder mapping.Simon Ruderich2010-10-081-0/+1
| | | | | | | | Like mapping something to g when no g is used yet (but there are gg G).
* | Merge remote branch 'origin/dev' into devTom Feist2010-10-081-30/+155
|\|
| * vim_mode: Add :map to allow custom mappings.Simon Ruderich2010-10-081-2/+121
| |
| * vim_mode: Add char to $commands_ex hash.Simon Ruderich2010-10-071-17/+17
| |
| * vim_mode: Fix error in $commands_ex hash.Simon Ruderich2010-10-071-17/+17
| |
| * vim_mode: Use Vim-like <C-X> char representation.Simon Ruderich2010-10-071-10/+10
| |
| * vim_mode: Add "0, last yank.Simon Ruderich2010-10-071-1/+7
| |
* | Merge remote branch 'origin/dev' into devTom Feist2010-10-089-481/+1848
|\| | | | | | | | | | | Conflicts: prompt_info/prompt_replace.pl test/irssi/config
| * vim_mode: Fix :registers' display of "+ and "*.Simon Ruderich2010-10-071-0/+5
| | | | | | | | Reported by estragib.
| * vim_mode: Increase insert mode timeout to one second.Simon Ruderich2010-10-071-1/+1
| |
| * vim_mode: Add warning for irssi < 0.8.13 for g and GG.Simon Ruderich2010-10-071-0/+1
| |
| * vim_mode: Fix yank movement and behavior.Simon Ruderich2010-10-071-1/+12
| | | | | | | | Reported by estragib.
| * vim_mode: Minor documentation updates.Simon Ruderich2010-10-071-1/+4
| |
| * vim_mode: Fix i/I/a/A repeat.Simon Ruderich2010-10-071-4/+8
| |
| * vim_mode: Fix Ctrl-W j, Ctrl-W k.Simon Ruderich2010-10-071-8/+5
| |
| * vim_mode: Fix ex-mode broken in last commit.Simon Ruderich2010-10-071-1/+1
| |
| * vim_mode: Add internal support to bind ex-mode commands in command mode.Simon Ruderich2010-10-071-17/+26
| |
| * vim_mode: Fix minor typo.Simon Ruderich2010-10-071-1/+1
| |
| * vim_mode: Add :bnext, :bprev and :bdelete.Simon Ruderich2010-10-071-3/+6
| |
| * vim_mode: Separate Ex-mode commands.Simon Ruderich2010-10-071-16/+74
| |
| * vim_mode: Add comments before each code section.Simon Ruderich2010-10-071-0/+11
| |
| * vim_mode: Fix function names.Simon Ruderich2010-10-071-107/+107
| |
| * vim_mode: Add support for complex command mode mappings.Simon Ruderich2010-10-071-250/+367
| | | | | | | | Also some internal cleanup of handle_command_cmd().
| * vim_mode: More cleanup of handle_command_cmd().Simon Ruderich2010-10-061-7/+6
| |
| * vim_mode: Simplify handle_command_cmd() a little.Simon Ruderich2010-10-061-8/+9
| |
| * vim_mode: Remove outdated TODO.Simon Ruderich2010-10-061-3/+0
| |
| * back to stty parsing, with linux and osx cases. Falls back to 80x24 if itTom Feist2010-10-061-8/+18
| | | | | | | | doesn't match either.
| * added some debugging output to terminal size detectionTom Feist2010-10-061-2/+4
| |
| * changed terminal size detection from stty to tput lines/colsTom Feist2010-10-061-11/+8
| |