Skip to content

rafamatias/linux-terminal-shortcuts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Linux terminal shortcuts

Useful bash shortcuts by my own experience. All examples will use the command bellow to clarify its usage:

$ cp -r stargate newportal

I also used block unicode characters to indicate cursor position '█, ▒'.

Moving

Shortcut Result Description
ctrl + a to the beginning of the line $▕█p -r stargate newme
ctrl + e Go to the end of the line $ cp -r stargate newm█
alt + b Back one word $ cp -r stargate▕█ewme
alt + f Forward one word $ cp -r stargat█ newme
ctrl + b Back one character $ cp -r stargat█ newme
ctrl + f Forward one character $ cp -r stargate n█wme
ctrl + xx Toggle between the start of line and current cursor positon $ █p -r newme st▒rgate

License

This repository is under MIT License.

About

Useful bash commands for everyone

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published