Last active
October 23, 2015 08:45
-
-
Save richie5um/28f16a51c4fe3843d588 to your computer and use it in GitHub Desktop.
To record all of the keymappings each time you start VIM, outputs to ~/.vim/vim-keys.txt. Place this in ~/.vim/after/plugin/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
redir! > ~/.vim/vim-keys.txt | |
silent verbose map | |
redir END |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment