Skip to content

Instantly share code, notes, and snippets.

@perebaj
Last active January 15, 2026 17:53
Show Gist options
  • Select an option

  • Save perebaj/342cf6f3924306a66194ec9bcae99faa to your computer and use it in GitHub Desktop.

Select an option

Save perebaj/342cf6f3924306a66194ec9bcae99faa to your computer and use it in GitHub Desktop.
Fish Functions
function @gsm
git switch main
end
function gs
git status
end
function @greset
git fetch origin
git reset --hard origin/main
end
@perebaj
Copy link
Author

perebaj commented Jan 15, 2026

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"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment