Skip to content

Instantly share code, notes, and snippets.

@Thauan-th
Last active May 10, 2024 21:11
Show Gist options
  • Save Thauan-th/0b642ad23ad2fce18c50bc20dd699f46 to your computer and use it in GitHub Desktop.
Save Thauan-th/0b642ad23ad2fce18c50bc20dd699f46 to your computer and use it in GitHub Desktop.
Configurations tmux
#plugins (remember to download TMUX Plugin Manager)
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
# theme
set -g @plugin 'jimeh/tmux-themepack'
set -g @themepack 'powerline/double/magenta'
#scroll mouse enabled
set -g mouse on
#open new tab on current window
bind C new-window -c "#{pane_current_path}"
run '~/.tmux/plugins/tpm/tpm'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment