Last active
November 23, 2022 07:12
-
-
Save asrul10/da981acb1d1295e61d3a5aa73de5452f to your computer and use it in GitHub Desktop.
tmux config
This file contains hidden or 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
| set-option -sa terminal-overrides ',xterm-256color:RGB' | |
| set-window-option -g mode-keys vi | |
| # List of plugins | |
| set -g @plugin 'tmux-plugins/tpm' | |
| set -g @plugin 'tmux-plugins/tmux-sensible' | |
| set -g @plugin 'dracula/tmux' | |
| set -g @dracula-plugins "ram-usage time" | |
| set -g @dracula-show-powerline true | |
| set -g @dracula-show-left-icon window | |
| set -g base-index 1 | |
| set -g pane-base-index 1 | |
| # Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf) | |
| run '~/.tmux/plugins/tpm/tpm' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment