Skip to content

Instantly share code, notes, and snippets.

@Sama-004
Created May 13, 2024 19:20
Show Gist options
  • Save Sama-004/d0788521e0dfe81b2ad876ae53e087e4 to your computer and use it in GitHub Desktop.
Save Sama-004/d0788521e0dfe81b2ad876ae53e087e4 to your computer and use it in GitHub Desktop.
#works
set -g default-terminal "xterm-256color"
#set -g default-terminal "alacritty"
set -g mouse on
set-option -ga terminal-overrides "xterm-256color:Tc"
#set-option -ga terminal-overrides ",alacritty:Tc"
# List of plugins
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-resurrect'
unbind C-b
set -g prefix C-a
unbind-key l
bind h select-pane -L
bind l select-pane -R
#set -g @plugin 'tmux-plugins/tmux-sensible'
#set -g @plugin 'catppuccin/tmux'
#set -g @plugin 'tmux-plugins/tmux-resurrect'
#set -g @plugin 'dracula/tmux'
#set -g status-position top
set -g status-bg colour235
set -g status-fg colour255 # Foreground color
set -sg escape-time 0
# Customize status line
#set -g @catppuccin_flavour 'mocha' # or frappe, macchiato, mocha
# Ignore Ctrl + 1 to Ctrl + 0
# Remap Ctrl + 1 to Ctrl + 0 to avoid interference with Neovim
run '~/.tmux/plugins/tpm/tpm'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment