For the time being, if you know this much, you can use it. (I mean, I can only master this
command | operation |
---|---|
i | Insert mode |
:w | write |
:q | End |
:wq | write+End |
:w !sudo tee % | Read-only file write |
:q! | forced termination |
u | Cancel change |
/String | Search |
dd | Delete row |
ctrl + f | next page |
ctrl + b | Previous page |
Recommended Posts