Skip to content

Instantly share code, notes, and snippets.

@oki
Created December 15, 2025 09:05
Show Gist options
  • Select an option

  • Save oki/6fcfc04d5d70e21edab4578db7364ae7 to your computer and use it in GitHub Desktop.

Select an option

Save oki/6fcfc04d5d70e21edab4578db7364ae7 to your computer and use it in GitHub Desktop.
# unbind C-b
# set -g prefix C-a
set -g default-terminal "tmux-256color"
set -ag terminal-overrides ",xterm-256color:RGB"
unbind r
bind r source-file ~/.tmux.conf
# set -g prefix C-s
# act like vim
# setw -g mode-keys vi
# bind-key h select-pane -L
# bind-key j select-pane -D
# bind-key k select-pane -U
# bind-key l select-pane -R
# List of plugins
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'dracula/tmux'
set -g @dracula-show-powerline true
set -g @dracula-show-location false
set -g @dracula-show-fahrenheit false
set -g @dracula-plugins "cpu-usage ram-usage weather"
set -g @dracula-show-flags true
set -g @dracula-show-left-icon session
set -g @dracula-ram-usage-label "RAM"
set -g status-position top
# set -g @plugin 'tmux-plugins/tmux-resurrect'
# set -g @plugin 'tmux-plugins/tmux-continuum'
# set -g @continuum-restore 'on'
# 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