vim-anywhere
vim-anywhere copied to clipboard
How to open a new buffer in current MacVim window?
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?
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? ☹️)
https://vi.stackexchange.com/a/318/15578