diff options
author | Simon Ruderich <simon@ruderich.org> | 2010-09-26 21:32:35 +0000 |
---|---|---|
committer | Simon Ruderich <simon@ruderich.org> | 2010-09-26 21:32:35 +0000 |
commit | 41d17471d948c64f9cff12c8c9dd38ca0059cffc (patch) | |
tree | 5ed805cdddbcd8a61014c6eb0bba57d96c8776ce /vim-mode/vim_mode.pl | |
parent | vim_mode: Add ^ and fix I to use it. (diff) | |
download | irssi-scripts-41d17471d948c64f9cff12c8c9dd38ca0059cffc.tar.gz irssi-scripts-41d17471d948c64f9cff12c8c9dd38ca0059cffc.zip |
vim_mode: And document it (I keep forgetting).
Diffstat (limited to '')
-rw-r--r-- | vim-mode/vim_mode.pl | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/vim-mode/vim_mode.pl b/vim-mode/vim_mode.pl index a91f081..51a17c4 100644 --- a/vim-mode/vim_mode.pl +++ b/vim-mode/vim_mode.pl @@ -3,7 +3,7 @@ # Currently supported features: # # * Insert/Command mode. Escape enters command mode. -# * cursor motion with: h, l +# * cursor motion with: h l 0 ^ $ # * history motion with j,k (only supported on Irssi versions > 0.8.13) # * cursor word motion with: w, b, e # * change/delete: c d C D @@ -19,8 +19,6 @@ # # TODO: # * /,?,n to search through history (like history_search.pl) -# * ^ (first non-whitespace on line) -# * Fix I = ^i # * u = undo (how many levels, branching?!) redo? # * use irssi settings for some of the features (esp. debug) # * history movement should keep track of the 'active' input line and restore it |