Vim ~7.2
我有三个垂直窗口。
如果我在左侧窗口中给出 :E 命令,整个窗口就会变成 netrw 文件资源管理器。
如果我在右侧窗口中给出 :E 命令,整个窗口就会变成 netrw 文件资源管理器。
但是...如果我在中心窗口中给出 :E 命令,中心窗口就会水平分割,并且顶部窗口会打开到 netrw 文件资源管理器。
这是默认行为吗?
答案1
:help netrw
有话要说:
:Explore will open the local-directory browser on the current file's
directory (or on directory [dir] if specified). The window will be
split only if the file has been modified, otherwise the browsing
window will take over that window. Normally the splitting is taken
horizontally.
我想说的是你的中心窗口没有被保存。