bash keyboard shortcuts

開発するにおいて、覚えておきたい bash ショートカット集。けっこう知らないのが実は多くある。

bash keyboard shortcuts - Linux - SS64.com

下記の本とか良さげっぽい(ちょっと古いので購入するなら新しい版を待ちたい気持ちが強い)。

入門bash 第3版

GNU Readline

GNU Readline - Wikipedia

Ctrl+x で始まるショートカットとか知らなかった。

linux - Which signal does ctrl-x send when used in a terminal? - Stack Overflow

Pressing Ctrl x and then * will expand *

$ ls *
$ ls dir1 dir2 file1 file2 file3`