Vim/copy and paste

本文介绍了Vim编辑器的复制、粘贴等操作。包括按块操作(矩形、字符、行),正常模式下的复制(y、yy等)、剪切(d、dd等)、粘贴(P和p),还有撤销(u、U)、恢复(control r),以及查找替换、shell终端操作、设置行号和制表符等内容。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

Vim/copy and paste
1st:operate with blocks
control v: rectangular;
v: operate with character;
V: operate with lines;
2nd: normal mode(copy)
y: copy;
yy: copy one line(PS: nyy copy n lines);
y^: similar to shift+^(copy from head);
y$: similar to shift+$(copy to the last character);
3rd: normal mode(cut)
d: cut;
dd: cut one line(PS: nyy cut n lines);
d^: similar to shift+^(cut from head);
d$: similar to shift+$(cut to the last character);
4th: normal mode(paste)
there are P and p;
5th: undo
u(undo one step);
U(undo all steps this line);
control r(recover u);
6th: Home = ctrl ^;
End = ctrl $;
Page Up and Page Down;
7th : find and replace … (/and ?)
8th: shell terminal : Ctrl e/a/u/w…

9th: set number or set nu | set nonumber or set nonu | set tabstop = 4
/etc/vimrc system
~/.vimrc personal

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值