Skip to content

Instantly share code, notes, and snippets.

@gw1108
Created December 18, 2017 19:51
Show Gist options
  • Select an option

  • Save gw1108/961c961ca6341f41fbebedaa6929a4df to your computer and use it in GitHub Desktop.

Select an option

Save gw1108/961c961ca6341f41fbebedaa6929a4df to your computer and use it in GitHub Desktop.
For use in keybindings.json in vscode and the vim plugin. Feel free to use this as reference.
// keybindings for VSCode and vim. Enables system clip board, classic cut, paste, copy, find, and select-all hotkeys.
{
"vim.useSystemClipboard": true,
"vim.useCtrlKeys": true,
"vim.handleKeys": {
"<C-a>": false,
"<C-f>": false,
"<C-c>": false,
"<C-v>": false,
"<C-x>": false
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment