📄 l2.4
字号:
#print First ReviewThese are the commands we've covered so far. Do you remember them all? Escape = Make vi listen ^L or ^R = Redraw the screen :q = Quit :w :wq = Save your changes (:wq also quits) '-' return = Move up and down a line space backspace = Move forward and backward a characterarrow-keys (or h j k l) = Move left, down, up, and right (respectively) ^ $ 0 = Move to beginning and end of a line H M L = Move to top, middle, and bottom of screen ^D ^U = Scroll down and up a half screen ^F ^B = Move forward and backward a full screen G = Go to a particular lineType 'ready' to go into vi and refresh your memory. If you remember it all,you don't have to practice very long.#user#create Review1 Escape = Make vi listen ^L or ^R = Redraw the screen :q = Quit :w :wq = Save your changes (:wq also quits) '-' return = Move up and down a line space backspace = Move forward and backward a characterarrow-keys (or h j k l) = Move left, down, up, and right (respectively) ^ $ 0 = Move to beginning and end of a line H M L = Move to top, middle, and bottom of screen ^D ^U = Scroll down and up a half screen ^F ^B = Move forward and backward a full screen G = Go to a particular line---------------------------------------#cat /usr/lib/learn/vi/longtext >> Review1vi Review1#next3.1 10
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -