vim-anywhere icon indicating copy to clipboard operation
vim-anywhere copied to clipboard

How to open a new buffer in current MacVim window?

Open fountainer opened this issue 5 years ago • 1 comments

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?

fountainer avatar May 18 '19 08:05 fountainer

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

cspeterson avatar Jul 31 '20 18:07 cspeterson