📄 l8.1a
字号:
#printTo move around, you can use simple arithmeticwhen specifying what to print. For example, 3+1pis the same as 4pas an editor command. Now that's not very interesting;but if the '.' current line pointer is line 3,then using .+1pinstead of 4p is helpful.For example, print the 3rd and 4thlines of the familiar file using first "3p" toget to line 3 and then ".+1p" to print the next line.End as usual with w, q, and ready.#create Ref:thomas jefferson:james madison:"file" 6 lines, 91 characters#create filegeorge washingtonjohn adamsthomas jeffersonjames madisonjames monroejohn quincy adams#copyout#pipeex +'set prompt noopt open' file#user#unpipe#uncopyouttail -3 .ocopy >X1#cmp Ref X1 3#log#next9.1a 108.1b 7
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -