Skip to content

Instantly share code, notes, and snippets.

@pabloab
Last active January 26, 2018 16:51
Show Gist options
  • Save pabloab/d51076c41d968aae1411e155cadcccd5 to your computer and use it in GitHub Desktop.
Save pabloab/d51076c41d968aae1411e155cadcccd5 to your computer and use it in GitHub Desktop.
[CLI Cheatsheet] Mysc command line related cheatsheets #CLI #cheatsheet

Cheatsheets

Bash keyboard shortcuts

  • Ctrl+P Up / Previous (!!)
  • Ctrl+N Down / Next

  • Ctrl+B Left / Back
  • Ctrl+F Right / Forward

  • Ctrl+A Home. Sometimes used by tmux/byobu.
  • Ctrl+E End

  • Ctrl+D Delete

  • Ctrl+O Enter. Combo: Ctrl+PO

  • Ctrl+L Clear
  • Ctrl+Y Yank current line
  • Ctrl+R Reverse i-search

Reference

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment