BASHショートカットを設定する

コマンド:
$if mode=emacs
“\C-b": “ps -ef | grep "
$endif
1.BASH環境はemacsモードを確保する
set -o emacs

2.~/.inputrcの中に下記内容を追加する
$if mode=emacs
“\C-b": “ps -ef | grep "
$endif

3.最後下記コマンドを入力すると配置が有効になる
source ~/.inputrc

Source

Posted by arkgame