Skip to content

Instantly share code, notes, and snippets.

@JLarky
Last active January 31, 2023 18:46
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 JLarky/1a2ea81ddfd8b725ac3a1dc02887838e to your computer and use it in GitHub Desktop.
Save JLarky/1a2ea81ddfd8b725ac3a1dc02887838e to your computer and use it in GitHub Desktop.
// ~/Library/Application\ Support/Code/User/keybindings.json
// https://sharegpt.com/c/jZsUO6C
{
"key": "shift+z shift+z",
"command": "workbench.action.files.save",
"when": "editorTextFocus && amVim.mode == 'NORMAL'"
},
{
"key": "shift+z shift+q",
"command": "workbench.action.closeActiveEditor",
"when": "editorTextFocus && amVim.mode == 'NORMAL'"
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment