Skip to content

Commit

Permalink
Merge branch 'master' into 1803
Browse files Browse the repository at this point in the history
  • Loading branch information
Chillee authored Jun 9, 2017
2 parents 7d8d117 + 554ab97 commit 387d3a6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,13 @@ These settings are specific to VSCodeVim.
We now have neovim integration for Ex-commands. If you want to take advantage of this integration, set `"vim.enableNeovim"` to `true`, and set your `"vim.neovimPath"`. If you don't have neovim installed, [install neovim here](https://github.com/neovim/neovim/wiki/Installing-Neovim). If you don't want to install neovim, all of the old functionality should still work as is (we would really suggest neovim installing though. The new Ex support is super cool, and we'd like to integrate neovim more in the future).

Please leave feedback on neovim [here](https://github.com/VSCodeVim/Vim/issues/1735).

Here's some ideas on what you can do with your newfound neovim integration!

* [The power of g](http://vim.wikia.com/wiki/Power_of_g)
* [The :normal command](https://vi.stackexchange.com/questions/4418/execute-normal-command-over-range)
* Faster search and replace!

### Key remapping

There's several different settings you can use to define custom remappings. Also related are the [`useCtrlKeys`](#vimusectrlkeys) and [`handleKeys`](#vimhandlekeys) settings.
Expand Down

0 comments on commit 387d3a6

Please sign in to comment.