Last active
January 15, 2026 17:53
-
-
Save perebaj/342cf6f3924306a66194ec9bcae99faa to your computer and use it in GitHub Desktop.
Fish Functions
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 @gsm | |
| git switch main | |
| end | |
| function gs | |
| git status | |
| end | |
| function @greset | |
| git fetch origin | |
| git reset --hard origin/main | |
| end | |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
tmux config
set -g mouse on
setw -g mode-keys vi
bind-key -T copy-mode-vi MouseDragEnd1Pane send-keys -X copy-pipe-and-cancel "pbcopy"