Ubuntu中bash自动补全忽略大小写
发布时间:2020-09-25 10:18:31 所属栏目:Ubuntu 来源:互联网
导读:Ubuntu中bash自动补全忽略大小写 大多数人在使用 Bash 时,都会对其进行改造,因为默认的设置真的好难用~ 编辑 ~/.inputrc 文件设置 (实测Ubuntu14是 /etc/.inputrc 文件) 文件末尾添加如下代码: # do not show hidden files in the list set match-hidden-f
|
Ubuntu中bash自动补全忽略大小写
大多数人在使用 Bash 时,都会对其进行改造,因为默认的设置真的好难用~ 编辑 ~/.inputrc 文件设置 (实测Ubuntu14是 /etc/.inputrc 文件) 文件末尾添加如下代码: # do not show hidden files in the list set match-hidden-files off # auto complete ignoring case set show-all-if-ambiguous on set completion-ignore-case on "e[A": history-search-backward "e[B": history-search-forward 解释: show-all-if-ambiguous :默认情况下,按下两次 <tab> 才会出现提示,现在只需要一次了。
更多 Bash 定制请参考: https://wiki.ubuntu.com/Spec/EnhancedBash (编辑:鲜蔬坊站长网) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |
相关内容
- Ubuntu 17.04 – Genymotion:模拟器空白屏幕和Virtualbox:
- ubuntu下 gstreamer 的配置及播放音视频例子(已经验证)
- ubuntu用 vmware 安装win10系统的教程(分享)
- Ubuntu——apache如何解决跨域资源访问
- Ubuntu中安装配置和卸载FTP
- Ubuntu16.04 + cuda8.0 + GTX1080 + matlab14.04a + Opencv
- Ubuntu Server 11.10安装配置lamp(Apache+MySQL+PHP)
- Ubuntu Server 16.04.1 LTS 使用手记
- 在Ubuntu 12.04.1上从Redmine 1.3.2升级到Redmine 2.2.2 [L
- ubuntu 下安装 FTP 服务器
