Skip to content

Instantly share code, notes, and snippets.

@mamuz
Created May 19, 2017 10:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mamuz/75bc4d51b31d6e55e3587dcff8b9470a to your computer and use it in GitHub Desktop.
Save mamuz/75bc4d51b31d6e55e3587dcff8b9470a to your computer and use it in GitHub Desktop.
keymap-vim
<leader> is ','
| Key (normal mode) | Purpose |
| ----------------- | ----------------------------------------- |
| ctrl+n | open file explorer |
| ctrl+w (twice) | jump to next split |
| ctrl+p | open file finder |
| / | enter search; turn off by <leader><space> |
| :qa | close all |
| :u | undo last step |
| <F12> | mouse scope toggle: vim vs terminal |
| <F2> | paste toggle |
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment