Last active
May 10, 2024 21:11
-
-
Save Thauan-th/0b642ad23ad2fce18c50bc20dd699f46 to your computer and use it in GitHub Desktop.
Configurations tmux
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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