惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

V
Visual Studio Blog
Y
Y Combinator Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Hugging Face - Blog
Hugging Face - Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
The Cloudflare Blog
L
LangChain Blog
美团技术团队
N
Netflix TechBlog - Medium
量子位
酷 壳 – CoolShell
酷 壳 – CoolShell
B
Blog
博客园 - 司徒正美
爱范儿
爱范儿
D
DataBreaches.Net
月光博客
月光博客
U
Unit 42
B
Blog RSS Feed
Engineering at Meta
Engineering at Meta
Apple Machine Learning Research
Apple Machine Learning Research
Jina AI
Jina AI
MongoDB | Blog
MongoDB | Blog
腾讯CDC

mephisto.cc

修复rime-ice无法弹出候选框的问题 开机滚动字体显示优化 个人网站安全防护 树莓派上部署Vaultwarden 使用goaccess实时分析Caddy日志 个人网站监控 Hugo全站AVIF记 Linux下尝试使用Godot开发小游戏 Arch linux dae 透明代理 Airflow接管galler-dl下载任务 如何使用gallery-dl批量下载图像 Arch核显下如何愉快玩Dota2和CS2 Arch/labwc 环境网络相关设置 Rime添加dota2词库 Arch 重装记录 Supertuxkart iOS版终于发布了 打造自己的流媒体音乐服务 剪切板管理工具clipcat推荐 MangoHud性能监控 微信小程序开发记 Rofi试用 解决Arch下VSCode无法输入中文的问题 独立窗口管理器下无法录屏问题处理 上海市二手房成交数据监控 OpenLDAP监控 Arch linux如何顺畅连接蓝牙设备 使用Git和Ansible管理配置文件 Arch Linux SSL VPN 客户端配置 简单获取celery任务实时结果 Arch linux下iNode客户端的安装和使用方法
Readline常用快捷键
2022-08-19 · via mephisto.cc

2022-08-19 · 2 分钟 · Linux  ·

Readline Shortcut

GNU Readline is a software library that provides in-line editing and history capabilities for interactive programs with a command-line interface, such as Bash and Ipython

man readline or readline

移动(Moveing)


ShortcutComment中文注释
Ctrl+AMove to the start of the current line移动到行首
Ctrl+EMove to the end of the line移动到行尾
Ctrl+F / Move forward a character前移一个字符
Ctrl+B / Move backward a character后移一个字符
Alt+FMove forward one word前移一个单词
Alt+BMove backward one word后移一个单词
Ctrl+LClear screen清屏

复制粘贴(Killing And Yianking)


ShortcutComment中文注释
Ctrl+KCut text to the end of line剪切到行尾
Ctrl+UCut text to the beginning of line剪切到行首
Alt+DCut text to the end of the current word剪切到单词尾
Ctrl+WCut the word behind point, using white space as a word boundary剪切到单词头
Ctrl+YYank the top of the kill ring into the buffer at point粘贴剪贴板内容
Alt+YRotate the kill-ring, and yank the new top. if the prior command is yank or yank-pop在剪切板里面循环

更改文本(Changing Text)


ShortcutComment中文注释
Ctrl+DDelete the character at point删除光标处字符
Ctrl+HDelete previous character往前删字符
Ctrl+TTranspose characters往前交换字符
Meta+TTranspose words往前交换单词
Alt+UUppercase the current word大写
Alt+LLowercase the current word小写
Alt+CCapitalize the current word首字母大写

历史(History)


ShortcutComment中文注释
Ctrl+RSearch backwards in history向前搜索历史
Ctrl+SSearch forwards in history向后搜索历史
Alt+.Insert the last argument of the previous command插入上一个命令的最后一个参数
Alt+ number + .With an argument n, insert the nth word from the previous command.插入上一个命令的第N个参数

最后修改于: Monday, August 28, 2023

欢迎关注微信公众号,留言交流;也欢迎使用我开发的微信小程序。

版权申明:

  • 未标注来源的内容全部为原创,未经授权请勿转载(因转载后排版往往错乱、内容不可控、无法持续更新等);
  • 非营利为目的,演绎本博客任何内容,请以'原文出处'或者'参考链接'等方式给出本站相关网页地址(方便读者)。

相关文章:

翻译: