Open in Vim(MacVim) and Neovim(Neovide) #271
suliveevil
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
Update:Neovide 0.12.0 /opt/homebrew/bin/mvim {{file_path:absolute}} -c 'normal {{caret_position:line}}G{{caret_position:column}}|'
/opt/homebrew/bin/neovide {{file_path:absolute}} -- -c 'normal {{caret_position:line}}G{{caret_position:column}}|' |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
/opt/homebrew/bin/neovide +{{caret_position:line}} {{file_path:absolute}}
This can open file in Vim(MacVim) with cursor line, but I didn't find a way to locate cursor column.
vim/vim#11367
Beta Was this translation helpful? Give feedback.
All reactions