Created
September 12, 2021 11:18
-
-
Save zthxxx/e44f93fe31437c8d73d70e36c3222329 to your computer and use it in GitHub Desktop.
show bash shortcut
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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