.inputrc(Mac OS X)/.bashrc(Linux)
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了.inputrc(Mac OS X)/.bashrc(Linux)相关的知识,希望对你有一定的参考价值。
Adds extra functionality to the bash terminal
# this makes the "delete" key work rather than # just entering a ~ "e[3~": delete-char # these allow you to use ctrl+left/right arrow keys # to jump the cursor over words "e[5C": forward-word "e[5D": backward-word # these allow you to start typing a command and # use the up/down arrow to auto complete from # commands in your history "e[B": history-search-forward "e[A": history-search-backward # this lets you hit tab to auto-complete a file or # directory name ignoring case set completion-ignore-case On # I'm not sure what keys these are! "e[1~": beginning-of-line "e[4~": end-of-line "e[5~": beginning-of-history "e[6~": end-of-history "e[2~": quoted-insert
以上是关于.inputrc(Mac OS X)/.bashrc(Linux)的主要内容,如果未能解决你的问题,请参考以下文章
NFS: Mac OS X (server) and Mac OS X (clients)实现思路