Bash Shortcuts Gem
Currently co-authoring a book on Docker: Get 39% off with the code 39miell TL;DR These commands can tell you what key bindings you have in your bash shell by default. bind -P | grep ‘can be’ stty -a | grep ‘ = ..;’ Background I’d aways wondered what key strokes did what in bash – … Read more
