From b0ac24662ac9ad6475f448d5f8e9ae5e36c726b9 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sun, 26 Sep 2010 15:45:06 +0200 Subject: vim_mode: Add missing documentation for y p P. --- vim-mode/vim_mode.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'vim-mode') 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: -- cgit v1.2.3