You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 22, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: docs/vim.md
+1-5Lines changed: 1 addition & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Calva and the VIM Extension
2
2
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.
4
4
5
5
## Selection commands
6
6
@@ -69,7 +69,3 @@ Remap vim's insert mode keybinding to go into command mode by adding the followi
69
69
```
70
70
71
71
(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