📄 l61.1a
字号:
#printNote that usually you just type 'w' without a file name,and the editor buffer is written on the 'current file'.What is the 'current file' when you have executed an 'r'command? Well, it doesn't change. But rather thanbe in doubt, there is a command fwhich prints the current file name.You can change the current file name with f nameso that you can copy file 'old' to 'new' with ex old f new wqTry that: copy file 'first' to 'second' in thisdirectory. Then type "ready".#create firstThis is thefile to be copiedusing the 'f' command.#user#cmp first second#log#next62.1a 1062.2a 5
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -