From a236c5132995584162b9067599dd89f67329f912 Mon Sep 17 00:00:00 2001 From: Augusto Monteiro Date: Wed, 25 Jul 2018 12:56:07 -0400 Subject: [PATCH] Updating README FAQ To use native functions for Ctrl the vim.useCtrlKeys needs to be false --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d64b74470..d9696c508 100644 --- a/README.md +++ b/README.md @@ -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