Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

75 Commits

Repository files navigation

About

Just saving some alias and tips to make my workflow more productive

Setup

Add to .bashrc or .zshrc at the end of the file:

# Aliases
source /path/to/aliases/alias_manager.sh

Tips

Shortcuts for the terminal

ShortcutDescription
CTRL + aMove the cursor to the start of the line
CTRL + eMove the cursor to the end of the line
CTRL + wDelete one word
CTRL + uDelete everything on the left
CTRL + kDelete everything on the right
CTRL + yRestore the last thing deleted by another shortcut
CTRL + lClear the screen
CTRL + rSearch the command history
ALT + fJump forward to next space
ALT + bSkip back to previous space
SHIFT + INSERTPaste from the clipboard (Same as CTRL + SHIFT + v)

Some tricks in the terminal

CommandDescription
cd -Go back to the last directory you where in
cdGo back to home directory
sudo !!Runs the previous command as sudo

Useful tools

NameDescription
AutojumpA faster way to navigate your filesystem

Some tricks in the vscode

ShortcutDescription
CTRL + lSelect current line
CTRL + SHIFT + kDelete current line

Postgres SQL Tips

CommandDescription
\x onTurn on expanded display

About

Just playing with alias and saving some tips

Resources

Stars

4 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages