Skip to content

Instantly share code, notes, and snippets.

@zthxxx
Created September 12, 2021 11:18
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zthxxx/e44f93fe31437c8d73d70e36c3222329 to your computer and use it in GitHub Desktop.
Save zthxxx/e44f93fe31437c8d73d70e36c3222329 to your computer and use it in GitHub Desktop.
show bash shortcut
function sheet:shortcut {
echo '
ctrl+A ctrl+E ─┐
┌─────────┬──────────┐ │
│ alt+B │ alt+F │ ├─► Moving
│ ┌──────┼────┐ │ │
▼ ▼ │ ▼ ▼ ─┘
$ cp assets-|files dist/
◄────── ────► ─┐
ctrl+W alt+D │
├─► Erasing
◄───────── ──────────► │
ctrl+U ctrl+K ─┘
'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment