vim: normal模式和cmd模式杂技

//取消当前高亮显示
:noh

//显示行号
:set nu
:set nonu
:set nu!

//显示空白字符
:set list!
:set list
:set nolist

ctrl-r=   insert模式进行运算
:echo     normal模式下进行运算
ctrl-a    光标处数字加1


//移动行, normal mode
>>       左移当前行
<<       右移当前行
n>>/n<<  左/右移N行,等同于>nj
>nj      左/右移N行,从当前行以下
>nk      左/右移N行,从当前行以上

//全选
先gg到第一行,然后y, G到最后一行
比如拷贝全部到系统剪贴板:
    gg "* y G
    

//连接两行
help :join

//连接后两行有空格
:join
或者shit+j

//连接后两行之间无空格
:join!
或者gJ

:[range]j[oin][!] {count}

也可以使用数字
3J  //连接面3行
-1J //连接前面一行


《 “vim: normal模式和cmd模式杂技” 》 有 4 条评论

  1. The ring flew over by itself and was placed on the slender jade finger, Elises played it repeatedly, bisoprolol advantages and carefully cold soda lower blood pressure probed the magic attached does breadfruit lower blood pressure to the ring, and the more she saw it, the more she liked it cheap misoprostol Polydipsia and polyuria are the most common signs of hypercalcemia and result from an impaired ability to concentrate urine and a direct stimulation of the thirst center

  2. dipyridamole will increase the level or effect of topotecan by P glycoprotein MDR1 efflux transporter where buy cytotec pill During intercourse some sexual partners may feel NuvaRing in the vagina

  3. can you buy priligy online When penicillin is contraindicated, tetracyclines, including demeclocycline hydrochloride, are alternative drugs in the treatment of the following infections

  4. Deadline 1 Nov 2022 annual Study in Switzerland Course starts September 2023 priligy dapoxetine buy General Disorders and Administration Site Conditions Chills, sleepiness, thirst

回复 agodelo 取消回复

您的邮箱地址不会被公开。 必填项已用 * 标注

About Me

一位程序员,会弹吉他,喜欢读诗。
有一颗感恩的心,一位美丽的妻子,两个可爱的女儿
mail: geraldlee0825@gmail.com
github: https://github.com/lisuxiaoqi
medium: https://medium.com/@geraldlee0825