内容简介:GNU nano 2.9.0 已发布,代号"Eta"。新版主要是引入了记录和回放“击键”的功能,如记录宏和回放宏。具体如下: GNU nano 2.9.0 "Eta" introduces the ability to record and replay keystrokes (M-: to start an...
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。
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:- 10个最佳富文本编辑器
- Notepad++ 7.7 发布,文本编辑器
- 文本编辑器 Notepad++ 7.8.1 发布
- Emacs 25.3 发布,Linux 文本编辑器
- GNU nano 5.0 发布,文本编辑器
- SubEthaEdit 5.2 发布,macOS 文本编辑器
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
C++面向对象程序设计
萨维奇 (Walter Savitch) / 周靖 / 清华大学出版社 / 2003-12 / 59.0
《C++面向对象程序设计》具备良好的编排体系,适合打算涉足编程领域的读者阅读,尤其适合大一学生。它最大的特色是Savitch教授最受欢迎的写作风格,这一风格非常适合初学者,能迅速引导他们开始编程实践。《C++面向对象程序设计》包括全面的习题、项目、编程提示、编程示例、编程陷阱以及有用的小结,以帮助初学者更清楚地了解C++。一起来看看 《C++面向对象程序设计》 这本书的介绍吧!