Created
December 18, 2017 19:51
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // 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