[Feedback on issues] 终端tab键不补全目录了
Tofloor
poster avatar
打击越
deepin
2025-06-27 16:39
Author

在终端下面用 tab键无法补全提示目录下面的内容,必需要输入一个字符才行。

Reply Favorite View the author
All Replies
wanglei888888888
deepin
2025-06-30 13:43
#1

这个问题解决了吗?现在用着好不习惯啊

Reply View the author
seven-num
deepin
2025-07-01 11:55
#2

看了下deepin25 /etc/inputrc下有两个配置没开

图片.png

不改etc的配置,只改用户配置,在自己的用户目录下创建一个.inputrc把这两个配置开起来就行了

printf '%s\n' \
  'set show-all-if-ambiguous on' \
  'set completion-ignore-case on' \
  'set mark-symlinked-directories on' > ~/.inputrc
Reply View the author
wanglei888888888
deepin
2025-07-01 14:04
#3
seven-num

看了下deepin25 /etc/inputrc下有两个配置没开

图片.png

不改etc的配置,只改用户配置,在自己的用户目录下创建一个.inputrc把这两个配置开起来就行了

printf '%s\n' \
  'set show-all-if-ambiguous on' \
  'set completion-ignore-case on' \
  'set mark-symlinked-directories on' > ~/.inputrc

可以了,感谢

Reply View the author