open-in-vim.useNeovim: whether to launch vim or neovim (ignored when
openMethod is set to gvim/macvim).
open-in-vim.restoreCursorAfterVim: (EXPERIMENTAL) syncs cursor
position from vim to vscode when you close vim. Assumes that the code
executable is in the $PATH.
Other settings for specific openMethods are tabulated below.
Setting
Description
Default
open-in-vim.linux.gnome-terminal.args
Space-separated arguments that get passed to gnome-terminal.
--hide-menubar --full-screen
open-in-vim.linux.tilix.args
Space-separated arguments that get passed to tilix.
--full-screen
open-in-vim.integrated-terminal.pathToShell
Path to unix shell which will host the vim process.
/bin/bash or C:\Program Files\Git\bin\bash.exe
open-in-vim.macos.iterm.profile
Name of iTerm profile to use (default profile is a special case to use iTerm's default).
default profile
To do
[ ] Support macOS' native Terminal app
Inverse Plugin
If you'd like the inverse of this plugin (Open in VSCode from Vim), you can
just add the following vimrc line: