We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"open-in-vim.useNeovim": true, "open-in-vim.openMethod": "macos.iterm",
/var/folders/mj/58p0n9595_37gkb9nty4ckwm0000gn/T/tmp-86850R6boowUGSfbF.tmp: line 3: nvim: command not found
tell application "iTerm" set myNewWin to (create window with default profile command "/bin/zsh -c 'nvim'") end tell
tell application "iTerm" set newWindow to (create window with default profile) tell current session of newWindow write text "/bin/zsh -c 'nvim'" end tell end tell
Is this problem related to my iterm configuration or the extension?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
extension
settings
iterm output
/var/folders/mj/58p0n9595_37gkb9nty4ckwm0000gn/T/tmp-86850R6boowUGSfbF.tmp: line 3: nvim: command not found
script editor
does not work - same error
works
Is this problem related to my iterm configuration or the extension?
The text was updated successfully, but these errors were encountered: