diff options
author | Simon Ruderich <simon@ruderich.org> | 2010-09-26 12:41:24 +0000 |
---|---|---|
committer | Simon Ruderich <simon@ruderich.org> | 2010-09-26 12:41:24 +0000 |
commit | 5099a5cea0c89d54a0d08bf73957677f5e71382d (patch) | |
tree | e24e8a58b7aef125152a959d427af4d8a9028228 /vim-mode/vim_mode.pl | |
parent | vim_mode: Only print debug output if DEBUG is 1. (diff) | |
download | irssi-scripts-5099a5cea0c89d54a0d08bf73957677f5e71382d.tar.gz irssi-scripts-5099a5cea0c89d54a0d08bf73957677f5e71382d.zip |
vim_mode: Update documentation.
Diffstat (limited to 'vim-mode/vim_mode.pl')
-rw-r--r-- | vim-mode/vim_mode.pl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/vim-mode/vim_mode.pl b/vim-mode/vim_mode.pl index d6c03b6..d441afc 100644 --- a/vim-mode/vim_mode.pl +++ b/vim-mode/vim_mode.pl @@ -2,13 +2,14 @@ # # Currently supported features: # -# * Insert/Command mode. Escape enter command mode. -# * cursor motion with: h, l +# * Insert/Command mode. Escape enters command mode. +# * cursor motion with: h, l, j, k # * cursor word motion with: w, b, e # * delete at cursor: x # * Insert mode at pos: i, a # * Insert mode at start: I # * insert mode at end: A +# * Combinations like in Vi, e.g. d5fx # Installation: # |