当前位置: 首页 > news >正文

ubuntu nano操作

 

^表示键盘上的ctrl键,^G表示同时按下ctrl和g
(F1)表示按F1键 ,M-表示使用alt+后面的键

^G ==(F1) Invoke the help menu
调用帮助菜单

^X ==(F2) Close currently loaded file/Exit from nano
退出

^O ==(F3) Write the current file to disk == ^O WriteOut
保存
然后回车就保存了

^J ==(F4) Justify the current paragraph
调整当前段落(注意:编辑配置文件的不要用这东西,格式一下就出问题了哦)

^R ==(F5) Insert another file into the current one
插入其他的文件到当前的文件,而且查找文件的时候支持tab

^W ==(F6) Search for text within the editor
查找

^Y ==(F7) Move to the previous screen
上一屏幕

^V == ( F8 ) Move to the next screen
下一屏幕

^K ==(F9) Cut the current line and store it in the cutbuffer
裁减当前一排并保存在缓冲区

^U ==(F10) Uncut from the cutbuffer into the current line
将缓冲区的东西粘贴到此

^C ==(F11) Show the position of the cursor
显示光标位置

^T ==(F12) Invoke the spell checker, if available
调用拼写检查程序

^P Move up one line
向上移动一行

^N Move down one line
向下移动一行

^F Move forward one character
向前移动光标一格

^B Move back one character
向后移动光标一格

^A Move to the beginning of the current line
移动到当前行的开头

^E Move to the end of the current line
移动到当前行的末尾

^L Refresh (redraw) the current screen
刷新当前屏幕

^^ (M-A) Mark text at the current cursor location
标记文本

^D Delete the character under the cursor
删除光标后一个字母

^H Delete the character to the left of the cursor
向左边删一个字母

^I Insert a tab character
插入一个tab值

^\ (F14) (M-R) Replace text within the editor
查找并且替换

^M Insert a carriage return at the cursor position
插入一个回车

^_ (F13) (M-G) Go to a specific line number
跳转到某行

^Space Move forward one word
前进一个单词

M-Space Move backward one word
后退一个单词

M-] Find other bracket
搜索下一个括号

M-< Open previously loaded file
打开先前加载的文件

M-> Open next loaded file
打开下一个加载的文件

M-I Auto indent enable/disable
是否首行缩进

M-Z Suspend enable/disable
是否悬挂

M-X Help mode enable/disable
帮助模式

M-M Mouse support enable/disable
鼠标支持

M-Y Color syntax highlighting enable/disable
语法加亮

 

 

相关文章:

  • 支持多浏览器的网站变灰方法
  • 将页面变灰
  • linux 查看进程和终止进程 端口
  • MYSQL错误:Can’t open file: ‘×××...'
  • 浏览器无法更新服务状态位。数据有错误
  • ubuntu开机画面的修改
  • Ubuntu 12.04忘记用户密码的解决办法
  • ubuntu 删除自带的游戏
  • Linux 下openOffice的安装
  • Linux下Openoffice乱码解决方法
  • MIME type类型
  • Ubuntu 安装字体方法
  • Ubuntu中查看网卡信息的基础知识
  • ubuntu装RTL8111/8168B网卡驱动
  • Ubuntu 12.04安装QQ for Linux
  • 收藏网友的 源程序下载网
  • 【划重点】MySQL技术内幕:InnoDB存储引擎
  • C++11: atomic 头文件
  • css属性的继承、初识值、计算值、当前值、应用值
  • es6(二):字符串的扩展
  • extract-text-webpack-plugin用法
  • PHP 7 修改了什么呢 -- 2
  • Redis 懒删除(lazy free)简史
  • 动态规划入门(以爬楼梯为例)
  • 快速构建spring-cloud+sleuth+rabbit+ zipkin+es+kibana+grafana日志跟踪平台
  • 七牛云 DV OV EV SSL 证书上线,限时折扣低至 6.75 折!
  • 前嗅ForeSpider中数据浏览界面介绍
  • 使用agvtool更改app version/build
  • mysql面试题分组并合并列
  • 宾利慕尚创始人典藏版国内首秀,2025年前实现全系车型电动化 | 2019上海车展 ...
  • ​软考-高级-信息系统项目管理师教程 第四版【第14章-项目沟通管理-思维导图】​
  • (4) PIVOT 和 UPIVOT 的使用
  • (6)设计一个TimeMap
  • (草履虫都可以看懂的)PyQt子窗口向主窗口传递参数,主窗口接收子窗口信号、参数。
  • (二)换源+apt-get基础配置+搜狗拼音
  • (附源码)小程序 交通违法举报系统 毕业设计 242045
  • (全注解开发)学习Spring-MVC的第三天
  • (五)IO流之ByteArrayInput/OutputStream
  • (转)自己动手搭建Nginx+memcache+xdebug+php运行环境绿色版 For windows版
  • (最全解法)输入一个整数,输出该数二进制表示中1的个数。
  • .net core 连接数据库,通过数据库生成Modell
  • .NET/C# 阻止屏幕关闭,阻止系统进入睡眠状态
  • .net和php怎么连接,php和apache之间如何连接
  • .net解析传过来的xml_DOM4J解析XML文件
  • .net中的Queue和Stack
  • // an array of int
  • [4.9福建四校联考]
  • [ARC066F]Contest with Drinks Hard
  • [asp.net core]project.json(2)
  • [C++] 统计程序耗时
  • [EFI]Acer Aspire A515-54g电脑 Hackintosh 黑苹果efi引导文件
  • [hive] posexplode函数
  • [Intel Edison开发板] 05、Edison开发基于MRAA实现IO控制,特别是UART通信
  • [iOS]把16进制(#871f78)颜色转换UIColor
  • [Linux] 进程间通信基础