반응형
most frequently used vim shortcuts ( 가장 자주 쓰이는 vim 단축키 모음 ) |
이미지 출처 : kldp.org
V : line selection
v : selection start ( move cursor to select )
d : cut ( after selection )
p : paste
y : copy ( after selection )
Ctrl + D : page down
Ctrl + U : page up
:g* [keyword] : find ( look up )
^ : first char(non-white space) of the line.
u : undo
Ctrl + R : redo
o : insert new line below
:%s /find_word/replace_word/g
반응형
'IT 놀이터 > Linux' 카테고리의 다른 글
[보안] 리눅스( Linux ) 기본 보안 (0) | 2014.01.27 |
---|---|
VIM 에서 Ctrl +S 누르면 뻗는 문제. (0) | 2014.01.26 |
shell returned 127 (0) | 2013.11.11 |
sudo 모드에서 벗어나기 (0) | 2013.11.06 |
[linux] command "grep" tutorial. (0) | 2013.10.10 |
댓글