Clarify readme entry slightly for vim.handleKey config option

This commit is contained in:
xconverge 2017-03-25 09:11:58 -07:00
parent afd8a0bd59
commit 272f7826e2

View File

@ -78,6 +78,7 @@ The following is a subset of the supported configurations; the full list is desc
#### handleKeys
* Allows user to select certain modifier keybindings and delegate them back to VSCode so that VSCodeVim does not process them.
* Complete list of keys that can be delegated back to VSCode can be found in our [package.json](https://github.com/VSCodeVim/Vim/blob/master/package.json#L44). Each key that has a vim.use<C-...> in the when argument can be delegated back to vscode by doing "<C-...>":false.
* An example would be if a user wanted to continue to use ctrl + f for find, but wants to have useCtrlKeys set to true so that other vim bindings work.
```