Bash Shortcuts and Customization Cheatsheet

Posted on June 11, 2021Tags , , ,   Leave a comment on Bash Shortcuts and Customization Cheatsheet

06-11-2021 The tables below list keyboard combinations and other customization to bash that I use on a regular basis. This is not an inclusive list. The man pages will have far more detail on what you can and can’t do. Keyboard Combination Description Notes CTRL-A Move to beginning of line CTRL-B Move backward on character CTRL-C Kill Command See CTRL-Z CTRL-D Logout/backward one character see exit CTRL-E Move to the end of the line CTRL-F Move forward one character CTRL-G … Continue reading “Bash Shortcuts and Customization Cheatsheet”