ubuntu终端下的小技巧

2018-07-14  本文已影响0人  zmm0404

1. ubuntu终端下补全时忽略大小写

# 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

2.vim编辑器设置行号和tab缩进

Selection_026.png Selection_025.png
上一篇下一篇

猜你喜欢

热点阅读