Skip to content

Instantly share code, notes, and snippets.

@Archisman-Mridha
Created April 17, 2024 05:05
Show Gist options
  • Save Archisman-Mridha/b7654858acb1d7169482f1307b786a67 to your computer and use it in GitHub Desktop.
Save Archisman-Mridha/b7654858acb1d7169482f1307b786a67 to your computer and use it in GitHub Desktop.
iTerm2 cheatsheet
  • Horizontal Split - command + shift + d

  • Vertical Split - command + d

  • Jump to the beginning of the line - ctrl + a

  • Jump to the end of the line - ctrl + e

  • Delete at the cursor position - ctrl + d

  • Delete from the cursor position to the end of the line - ctrl + k

  • Delete entire line - ctrl + u

  • Clear screen - ctrl + l

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