Files
dotfiles/tmux/.tmux.conf
2025-08-19 13:49:51 -04:00

16 lines
429 B
Bash

set -a terminal-features "tmux-256color:RGB"
set -g prefix C-s
set -g base-index 1
set -g renumber-windows on
set -g mode-keys vi
set -g status-position top
set -g status-justify absolute-centre
set -g status-style "bg=default"
set -g window-status-current-style "fg=blue bold"
set -g status-right ""
set -g status-left "#S"
bind r source-file "~/.config/tmux/tmux.conf"
bind b set -g status
bind G neww -n "lazygit" lazygit