Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在 gvim 窗口中打开一个文件,但前提是该文件尚未在 vim 中打开。最好使用命令行选项。我试过了
file=... gvim --cmd ':drop $file'
但是,如果文件已经打开,这会在我的 linux 环境中打开一个额外的可见新空窗口。是否有不同的选项/命令来实现其他编辑器的独特行为。
$ gvim --remote filename
完全按照您的描述进行。但是,您可能需要在~/.vimrc.
~/.vimrc
set switchbuf=useopen,usetab