Skip to content

Instantly share code, notes, and snippets.

@asrul10
Last active November 23, 2022 07:12
Show Gist options
  • Save asrul10/da981acb1d1295e61d3a5aa73de5452f to your computer and use it in GitHub Desktop.
Save asrul10/da981acb1d1295e61d3a5aa73de5452f to your computer and use it in GitHub Desktop.
tmux config
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