inputrc

bash下个人习惯的一些文件设置

Deadly 提交于 2020-04-29 12:03:26
bash_profile export PATH=/usr/local/bin:$PATH export EDITOR=vi inputrc set editing-mode vi #set editing-mode emacs set show-all-if-ambiguous on set completion-ignore-case on set meta-flag on set convert-meta off set output-meta on set bell-style visible "\C-l": clear-screen "\C-n": next-history "\C-p": previous-history "\C-a": beginning-of-line "\C-e": end-of-line "\C-f": forward-char "\C-b": backward-char 来源: oschina 链接: https://my.oschina.net/u/124797/blog/732485