まずはチュートリアルをやってみた
これはすごいいいかも
move
h,j,k,l
0,$
w,e,b
gg, G
enter exit
:q!
:wq
delete
x
dw
d$
d [num] w,e,$..
dd
put
p,P
undo undo
u,U
c-r
insert
i, a, I, A
o, O
replace
r [char]
R
cw,c$
c [num] l,w,$..
:s/old/new/g
:%s/old/new/g
100,200s/old/new/g
search
/[word], then n or N
?[word]
% : parentheses
status
c-g
command
:!ls, :!rm TEST
explore
:E
file operations
:w TEST
:100,200 w TEST
:r TEST
set option
:set ic
:set hls is
help
:help w
window
c-w, s :split window
, n :new
, q :quit a window
, o :close other windows
, c-w :switch window
, +, _ :window resize
read file
:e
line number
:set number
:[number] :jump to number
No comments:
Post a Comment