aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--vim-mode/vim_mode.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim-mode/vim_mode.pl b/vim-mode/vim_mode.pl
index cb4d9b8..12bff22 100644
--- a/vim-mode/vim_mode.pl
+++ b/vim-mode/vim_mode.pl
@@ -14,7 +14,7 @@
# * yank and paste: y p P
# * switch case: ~
# * repeat change: .
-# * change/change/yank line: cc dd yy
+# * change/change/yank line: cc dd yy S
# * Combinations like in Vi, e.g. d5fx
#
# TODO: