diff --git a/plugin/comfortable_motion.vim b/plugin/comfortable_motion.vim index 9935f0d..bfefb71 100644 --- a/plugin/comfortable_motion.vim +++ b/plugin/comfortable_motion.vim @@ -22,6 +22,16 @@ if !exists('g:comfortable_motion_no_default_key_mappings') || nnoremap :call comfortable_motion#flick(200) nnoremap :call comfortable_motion#flick(-200) + + nmap + nmap + imap + imap + + nmap + nmap + imap + imap endif