GNU nano 2.9.0 已发布,代号"Eta"。新版主要是引入了记录和回放“击键”的功能,如记录宏和回放宏。具体如下: GNU nano 2.9.0 "Eta" introduces the ability to record and replay keystrokes (M-: to start and stop recording, M-; to play the macro back), makes ^Q and ^S do something useful by default (^Q starts a backward search, and ^S saves the current file), changes ^W to start always a forward search, shows the number of open buffers (when more than one) in the title bar, no longer asks to press Enter when there are errors in an rc file, retires the options '--quiet' and 'set quiet' and 'set backwards', makes indenting and unindenting undoable, will look in $XDG_CONFIG_HOME for a nanorc file and in $XDG_DATA_HOME for the history files, adds a history stack for executed commands (^R^X), does not overwrite the position-history file of another nano. 此外,还修复了部分 bug。 发布主页:https://www.nano-editor.org/news.php nano 是 Unix 和类 Unix 系统中的一个文本编辑器,是 Pico 的复制品。nano 的目标是类似 Pico 的全功能但又易于使用的编辑器。nano 是遵守GNU通用公共许可证的自由软件,自从 2.0.7 版发布,许可证从 GPLv2 升级到 GPLv3。 |