tpope / vim-repeat

repeat.vim: enable repeating supported plugin maps with "."
http://www.vim.org/scripts/script.php?script_id=2136
2.59k stars 81 forks source link

more convenient remapping by using <plug> mappings #41

Closed Konfekt closed 9 years ago

Konfekt commented 9 years ago

Now mappings can be remapped in .vimrc by nnoremap <key> <Plug>(RepeatUndoLine) and disablabled in .vimrc by nnoremap <SID>(DisableRepeatUndoLine) <Plug>(RepeatUndoLine)