diff --git a/hellokitdoc.rtf b/hellokitdoc.rtf
index e906e3b..703dd99 100644
--- a/hellokitdoc.rtf
+++ b/hellokitdoc.rtf
@@ -4,4 +4,6 @@
\margl1440\margr1440\vieww10800\viewh8400\viewkind0
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx79
-\f0\fs24 \cf0 my hello kit doc starts there}
\ No newline at end of file
+\f0\fs24 \cf0 this is newly updated line.\
+\
+}
\ No newline at end of file
(END)
在(最后一行)最后一行之后..我不能再在终端窗口中输入了..我必须关闭终端窗口并导航回来然后发出命令。为什么???
答案 0 :(得分:3)
只需按 Q 键即可退出寻呼机。使用 H 键获得一些帮助。使用 K 和 L ,您可以一次向上和向下滚动一行。 U 和 D 做同样的事,但当时是半屏。 / + string
+ ENTER 向前搜索string
,而? + string
+ ENTER 向后搜索。 string
也可以是正则表达式。 G 滚动到顶部, SHIFT + G 到底部。这些是我使用的最重要的命令,但还有更多,请参考manual page。