diff options
author | Simon Ruderich <simon@ruderich.org> | 2010-10-10 02:07:09 +0000 |
---|---|---|
committer | Simon Ruderich <simon@ruderich.org> | 2010-10-10 02:07:09 +0000 |
commit | a46cff6a006ce5c7488057432fa4e239e0d8519a (patch) | |
tree | cb4d3a17c6748c37bbc104ba55ae52a146fa24fc /vim-mode/vim_mode.pl | |
parent | vim_mode: Add <BS> in command mode. (diff) | |
download | irssi-scripts-a46cff6a006ce5c7488057432fa4e239e0d8519a.tar.gz irssi-scripts-a46cff6a006ce5c7488057432fa4e239e0d8519a.zip |
vim_mode: Add <BS> to movement docs.
Diffstat (limited to '')
-rw-r--r-- | vim-mode/vim_mode.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vim-mode/vim_mode.pl b/vim-mode/vim_mode.pl index 77a4908..e1e92f2 100644 --- a/vim-mode/vim_mode.pl +++ b/vim-mode/vim_mode.pl @@ -22,7 +22,7 @@ # * Insert/Command mode. Escape and Ctrl-C enter command mode. # /set vim_mode_cmd_seq j allows to use jj as Escape (any other character # can be used as well). -# * Cursor motion: h l 0 ^ $ <space> f t F T +# * Cursor motion: h l 0 ^ $ <Space> <BS> f t F T # * History motion: j k gg G # gg moves to the oldest (first) history line. # G without a count moves to the current input line, with a count it goes to |