Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Configs

Useful configs I've developed over time and use daily.

Linux Terminal

Navigation

CTRL+A - Beginning of a line

CTRL+E - End of the line

ALT+F - Move forward one word

ALT+B - Move backwards one word

Editing

CTRL+U - Erase everything from the current cursor position to the beginning of the line

CTRL+K - Erase everything from the current cursor position to the end of the line

Multiple Comamnds in a Single line

Use ; so separate commands as follows:

git add ./*; git commit -m "This is a commit"; git push origin main

References

Navigate Linux Terminal Faster [https://opensource.com/article/22/11/navigate-linux-terminal-faster]

About

Useful configs I've developed over time.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages