Skip to content

Instantly share code, notes, and snippets.

@richie5um
Last active October 23, 2015 08:45
Show Gist options
  • Save richie5um/28f16a51c4fe3843d588 to your computer and use it in GitHub Desktop.
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/
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