Skip to content

Instantly share code, notes, and snippets.

@rammanokar
Last active August 1, 2022 17:41
Show Gist options
  • Save rammanokar/45b74e2df1f790d2c279e2c70e9a87ff to your computer and use it in GitHub Desktop.
Save rammanokar/45b74e2df1f790d2c279e2c70e9a87ff to your computer and use it in GitHub Desktop.
my tmux conf
set -g mouse on
bind C-c new-session
bind r source ~/.tmux.conf
set -sg escape-time 50
set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'arcticicestudio/nord-tmux'
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
run '~/.tmux/plugins/tpm/tpm'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment