Skip to content
This repository was archived by the owner on Sep 22, 2020. It is now read-only.

Commit 92dfea9

Browse files
committed
Update vim docs some
1 parent 371fc35 commit 92dfea9

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

docs/vim.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Calva and the VIM Extension
22

3-
First thing first. The [VIM Extension](https://github.com/VSCodeVim/Vim) and Calva has some friction between them. Expect it to be a bit painful. The alternative [VSCode Neovim](https://github.com/asvetliakov/vscode-neovim) extension may fare a bit better as it unbinds keystrokes from VS Code while not in insert mode and uses Neovim as a backend.
3+
First thing first. The [VIM Extension](https://github.com/VSCodeVim/Vim) and Calva has some friction between them. The alternative [VSCode Neovim](https://github.com/asvetliakov/vscode-neovim) extension may fare a bit better as it unbinds keystrokes from VS Code while not in insert mode and uses Neovim as a backend.
44

55
## Selection commands
66

@@ -69,7 +69,3 @@ Remap vim's insert mode keybinding to go into command mode by adding the followi
6969
```
7070

7171
(Change `before` to whatever keybinding you are comfortable with!)
72-
73-
## No Vim mode for the REPL Window
74-
75-
This is not likely to be fixed anytime soon. (Because, a **lot** of work.)

0 commit comments

Comments
 (0)