Skip to content

Instantly share code, notes, and snippets.

@alpody
Last active May 27, 2023 13:03
Show Gist options
  • Save alpody/27690be5312e589e3d2d561020de6667 to your computer and use it in GitHub Desktop.
Save alpody/27690be5312e589e3d2d561020de6667 to your computer and use it in GitHub Desktop.
export all keybindings in vim to file
"verbose show file which produce remap keybinding
:redir! > 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