Skip to content

Instantly share code, notes, and snippets.

@t1m0t
Created March 5, 2024 19:11
Show Gist options
  • Save t1m0t/98366f1510e5584b114c73249d867fee to your computer and use it in GitHub Desktop.
Save t1m0t/98366f1510e5584b114c73249d867fee to your computer and use it in GitHub Desktop.
tmux.conf
set -g default-terminal "xterm-256color"
set -g mouse on
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
unbind %
bind ù split-window -h
bind , split-window -v
run '~/.tmux/plugins/tpm/tpm'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment