vi基本操作

 vi 基本操作


1 locate 

0->row start 

$->row end 

w->word next 

b->word back (->sentence next )->sentence back 

ctrl+F->screen next 

ctrl+B->screen back 

:2->row 2 

2k->row up 2 


2 search 

/abc->search abc    

/ abc->search "abc"    

n->next N->back


3 save  

 :wq = ZZ 

!->ask 

:q!->quit without save  

 :w filename 

:e!->quit without save and restart VI


4 edit  

 i a->cursor 

 I A->row left and right  

o O->row up and down


5 delete 

6x 6X->cursor left and right   

dw->del word  

D->cursor row right del     

dd->del row   

cc=S->replace this row    

cw=R->replace word   

r->replace single alpha and return cmd     

s->replace this single alpha and insert 


6 recovery 

 :u=ctrl+r->recovery back to up state  

:U->recovery this sentence     


7 high level 

yy->cp sentence  

p->row down   

P->row up   

:!ls->ls and return but no sudo 


8 replace    

 :1,$s/\*/hello/g->replace all * with hello from 1 to end   

 :1,5s/misspelled/spelled corectly/gc->replace misspelled with spelled correctly from 1 to 5 and ask yes or no       g->row first or not  /g->row all 



9 row num

  :setnu 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值