From 41d17471d948c64f9cff12c8c9dd38ca0059cffc Mon Sep 17 00:00:00 2001
From: Simon Ruderich <simon@ruderich.org>
Date: Sun, 26 Sep 2010 23:32:35 +0200
Subject: vim_mode: And document it (I keep forgetting).

---
 vim-mode/vim_mode.pl | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

(limited to 'vim-mode')

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
-- 
cgit v1.2.3