anooprav7 / terminal-shortcuts

Terminal Shortcuts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

terminal-shortcuts

Terminal Shortcuts Official Apple Docs

Editing a command line

* Move the insertion point to the beginning of the line => control + a
* Move the insertion point to the end of the line       => control + e
* Move the insertion point forwards one word            => option + <right arrow>
* Move the insertion point backwards one word           => option + <left arrow>
* Delete to the beginning of the line                   => control + u
* Delete to the end of the line                         => control + k
* Delete backwards to the beginning of the word         => control + w

Working with windows and tabs

* Switch between tabs => control + tab

About

Terminal Shortcuts