Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 777 Bytes

README.md

File metadata and controls

18 lines (17 loc) · 777 Bytes

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