chxuan / vimplus

:rocket:An automatic configuration program for vim
https://github.com/chxuan/vimplus
MIT License
3.89k stars 1.13k forks source link

VimPlus-"<c-w>l" 快捷键,如何操作?试过:c-wl 或 cwl 或 l 或 cl 或 wl ,就是不起作用??? #400

Closed jhzhaof closed 1 year ago

jhzhaof commented 1 year ago

窗口操作

快捷键 说明
:sp 横向切分窗口并打开文件
:vsp 竖向切分窗口并打开文件
h 跳到左边的窗口
j 跳到下边的窗口
k 跳到上边的窗口
l 跳到右边的窗口
c 关闭当前窗口
o 关闭其他窗口
:only 关闭其他窗口

image.png

jhzhaof commented 1 year ago
是 Ctrl / Control 键,已解决