Skip to content

Instantly share code, notes, and snippets.

@TheFern2
Created March 10, 2022 14:45
Show Gist options
  • Save TheFern2/eb335c576e4c2eb140dfe0f60e602460 to your computer and use it in GitHub Desktop.
Save TheFern2/eb335c576e4c2eb140dfe0f60e602460 to your computer and use it in GitHub Desktop.
tmux config
unbind C-b
set-option -g prefix C-f
bind-key C-f send-prefix
set -g mouse on
set -g @plugin 'tmux-plugins/tmux-resurrect'
set -g @plugin 'tmux-plugins/tmux-continuum'
set -g @plugin 'tmux-plugins/tmux-prefix-highlight'
set -g @continuum-restore 'on'
set -g status-left '#{prefix_highlight}'
run '~/.tmux/plugins/tpm/tpm'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment