Skip to content

Instantly share code, notes, and snippets.

@adgedenkers
Last active February 15, 2018 17:23
Show Gist options
  • Save adgedenkers/7181ecd3e22821146f7c0e8e8f31d101 to your computer and use it in GitHub Desktop.
Save adgedenkers/7181ecd3e22821146f7c0e8e8f31d101 to your computer and use it in GitHub Desktop.
Frequently Used Commands #bash #commands #shortcuts
:be
# Edit your .bash_profile
:br
# Reload your .bash_profile
:servers
# Open VS Code and modify server list
:list-servers
# List all server connection shortcuts
:fzengine / :fz / :afd
# Open the VS Code Workspace for fzEngine
:f / :finder
# Open Finder at the current terminal location
:edit [filename]
# Edit the [filename] in VS Code
:mkdir [directory]
# Create the [directory] and 'cd' into it
:trash [file or folder]
# Send the [file or folder] to the Trash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment