diff options
Diffstat (limited to 'vim-mode')
-rw-r--r-- | vim-mode/vim_mode.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vim-mode/vim_mode.pl b/vim-mode/vim_mode.pl index 24e134c..27210f6 100644 --- a/vim-mode/vim_mode.pl +++ b/vim-mode/vim_mode.pl @@ -9,6 +9,7 @@ # * Insert mode at pos: i, a # * Insert mode at start: I # * insert mode at end: A +# * yank and paste: y p P # * Combinations like in Vi, e.g. d5fx # Installation: |