Renaming is more important than reloading

This commit is contained in:
David Heinemeier Hansson
2026-02-09 15:14:56 +01:00
parent ad43162f24
commit e3b0e0cd06

View File

@@ -1,10 +1,13 @@
# Reload config
unbind r
bind r source-file ~/.config/tmux/tmux.conf
# Themeing
# Theme
source-file ~/.config/omarchy/current/theme/tmux.conf
# Reload config
bind M-r source-file ~/.config/tmux/tmux.conf
# Rename window / session
bind r command-prompt -I "#W" "rename-window -- '%%'"
bind R command-prompt -I "#S" "rename-session -- '%%'"
# General
set -g default-terminal "tmux-256color"
set -ag terminal-overrides ",*:RGB"