Updating README FAQ

To use native functions for Ctrl the vim.useCtrlKeys needs to be false
This commit is contained in:
Augusto Monteiro 2018-07-25 12:56:07 -04:00 committed by GitHub
parent 8f15dcc3ba
commit a236c51329
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -626,7 +626,7 @@ Vim has a lot of nifty tricks and we try to preserve some of them:
### None of the vim `ctrl` (e.g. `ctrl+f`, `ctrl+v`) commands work
Set the [`useCtrlKeys` setting](#vimusectrlkeys) to `true`.
Set the [`useCtrlKeys` setting](#vimusectrlkeys) to `false`.
### Moving `j`/`k` over folds opens up the folds