OS X 上的 nano 编辑器 - 如何键入 M-U 以进行撤消?
nano editor on OS X - How to type M-U for undo?
我在 OS X Yosemite 上使用 nano 2.5.3,我在底部看到如下命令:
M-U 撤消
M-E 重做
到目前为止,我无法弄清楚 M
指的是哪个或哪些键。 OS X 上的 M
是什么?
按 ESC,然后按 U(即一个接一个,不是一起)。
请注意,默认的 MacOS 提供的 nano (V2.0.6) 不支持 UNDO -- 要获取最新版本,只需执行
brew install homebrew/dupes/nano
OSXGNU nano 2.0.6
中没有“UNDO”。
元 (M-) 符号是 OSX 中的 Esc
键。例如。 用 M-T
剪切 文本,输入 Esc
+T
.
Main nano help text
说:
Escape-key sequences are notated with the Meta (M-) symbol and can be entered using either the Esc, Alt, or Meta key depending on your keyboard setup.
在 nano
中输入 ctrl
+G
.
时显示所有组合键
仅供参考:在 debian 的 GNU nano 5.4
中,在 OSX 键盘上输入 Esc
+U
以“撤消”。
我在 OS X Yosemite 上使用 nano 2.5.3,我在底部看到如下命令:
M-U 撤消 M-E 重做
到目前为止,我无法弄清楚 M
指的是哪个或哪些键。 OS X 上的 M
是什么?
按 ESC,然后按 U(即一个接一个,不是一起)。
请注意,默认的 MacOS 提供的 nano (V2.0.6) 不支持 UNDO -- 要获取最新版本,只需执行
brew install homebrew/dupes/nano
OSX
GNU nano 2.0.6
中没有“UNDO”。元 (M-) 符号是 OSX 中的
Esc
键。例如。 用M-T
剪切 文本,输入Esc
+T
.Main nano help text
说:Escape-key sequences are notated with the Meta (M-) symbol and can be entered using either the Esc, Alt, or Meta key depending on your keyboard setup.
在
时显示所有组合键nano
中输入ctrl
+G
.仅供参考:在 debian 的
GNU nano 5.4
中,在 OSX 键盘上输入Esc
+U
以“撤消”。