From 2a8b46e83922e3d18ea71c5a4cb57ce9e127808a Mon Sep 17 00:00:00 2001 From: Grant Mathews Date: Tue, 19 Jul 2016 03:32:01 -0600 Subject: [PATCH] Update README --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c9d310293..9a2ea85d1 100644 --- a/README.md +++ b/README.md @@ -31,13 +31,13 @@ See our [Github Milestone page](https://github.com/VSCodeVim/Vim/milestones) for ## F.A.Q. -* `j`, `k` and others don't repeat when I hold them down. +#### `j`, `k` and others don't repeat when I hold them down. On OSX, the fix is to run this in the terminal: `defaults write com.microsoft.VSCode ApplePressAndHoldEnabled -bool false` -* How can I bind `jj` to ``? +#### How can I bind `jj` to ``? 1. Open the Command palette (cmd-p on OSX, probably ctrl-shift-p on Windows), and add the following: @@ -61,13 +61,15 @@ On OSX, the fix is to run this in the terminal: ] ``` -* How can I enable `ctrl-c` as an alternative to ``? +Be sure to restart VSCode after making these changes. + +#### How can I enable `ctrl-c` as an alternative to ``? Put the following in your `settings.json`: ``` "vim.useCtrlKeys": true``` -3. Restart VSCode! +and restart VSCode. ## Contributing