Skip to content

anooprav7/terminal-shortcuts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published