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 c0dee6a..4ce53f6 100644 --- a/vim-mode/vim_mode.pl +++ b/vim-mode/vim_mode.pl @@ -15,6 +15,7 @@  # * yank and paste: y p P  # * switch case: ~  # * repeat change: . +# * repeat ftFT: ; ,  # * change/change/yank line: cc dd yy S  # * Combinations like in Vi, e.g. d5fx  # * window selection: :b<num>, :b#, :b <match-str> | 
