diff options
| -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 49c8947..b7a5459 100644 --- a/vim-mode/vim_mode.pl +++ b/vim-mode/vim_mode.pl @@ -12,6 +12,7 @@  # * insert mode at end: A  # * yank and paste: y p P  # * switch case: ~ +# * repeat change: .  # * Combinations like in Vi, e.g. d5fx  # Installation: | 
