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.
我正在尝试左/右映射 alt 以在文件窗口和 NERDTree 窗口之间移动光标焦点。我已经尝试重新映射 ctrl-ww 但我无法让它正常工作。有任何想法吗?
将以下内容添加到您的 ~/.gvimrc
map <A-Right> <C-W>l map <A-Left> <C-W>h
这将适用于 GUI,但不适用于终端。