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
I can open files in current window using context menu open with. However, pressing Ctrl+Cmd+V opens new windows. I want to know how to open a new buffer in current MacVim window?
The text was updated successfully, but these errors were encountered:
This sounds like it would require your vim to run with the server enabled and might not be trivial to implement well in vim-anywhere
But here is a stackoverflow answer which suggests that MacVim does this by default so I guess you're halfway there if you wanna make it a PR (though the maintainer seems absent? ☹️)
I can open files in current window using context menu
open with
. However, pressingCtrl+Cmd+V
opens new windows. I want to know how to open a new buffer in current MacVim window?The text was updated successfully, but these errors were encountered: