1 Star 0 Fork 0

慕容宇月 / linux-development-environment-config

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
vim_use.txt 778 Bytes
一键复制 编辑 原始数据 按行查看 历史
murongyuyue 提交于 2021-03-03 14:22 . init
# command line model.
esc # shift to normal model.
Tab # auto complement.
split filename # open file by split.
vsplit filename # open file by vsplit.
q! # quit.
x # x == wq, save and quit.
wq # save and quit.
# normal model.
i # shift to insert model.
: # shift to command line model.
/ # search word.
Ctrl + w + h,j,k,l # shift edit window.
$ # jump line tail.
^ # jump line head.
G # jump file tail.
gg # jump file head.
o # down insert one line and into insert model.
O # up insert one line and into insert model.
u # undo.
h,j,k,l # left down up right.
number + dd # cut number line.
yy copy # line
p # paste
x # delete ont letter.
# insert model.
esc # shift to normal model.
## auto complement
Ctrl + p #
Ctrl + n # next item
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/murong-yuyue/linux-development-environment-config.git
git@gitee.com:murong-yuyue/linux-development-environment-config.git
murong-yuyue
linux-development-environment-config
linux-development-environment-config
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891