vscode-open-in-vim icon indicating copy to clipboard operation
vscode-open-in-vim copied to clipboard

Plugin to open current file in vim

Results 9 vscode-open-in-vim issues
Sort by recently updated
recently updated
newest added

Unless there is a technical limitation I don't understand, it would be nice if it could open vim in PowerShell. It looks like the extension already detects the operating system,...

Instead of opening Vim and returning to the original editor, it would be nice if open-in-vim closed the original VSCode editor and left me only with Vim in the terminal.

Would be great if an option for urxvt could be added or alternatively if an option to open in the systems default terminal.

I wanted to run one instance of Vim and switch between both editors without having to close Vim every time. To achieve this I've added the `synchronous` checkbox to use...

## extension ### settings ```json "open-in-vim.useNeovim": true, "open-in-vim.openMethod": "macos.iterm", ``` ### iterm output ```shell /var/folders/mj/58p0n9595_37gkb9nty4ckwm0000gn/T/tmp-86850R6boowUGSfbF.tmp: line 3: nvim: command not found ``` ## script editor ### does not work -...

When I'm using the integrated terminal and don't already have the terminal view open, using the Open in Vim command also opens a new terminal with the default shell, and...

I have installed the brew version of Vim, and when I run `open in Vim`, the wrong version of vim is used; it is launching the default Mac version of...

Hi, I really like your extension, and I use it to open a file in Gvim: ```json "open-in-vim.openMethod": "gvim" ``` but there seems to be a problem with the vscode...

To open on an existing gvim session, I'd love to have a way to specify: gvim --servername GVSCODE --remote-silent To keep opening the files in the same gvim instance instead...