dotfiles/nix/home/programs/tmux/tmux.conf

19 lines
483 B
Text
Raw Permalink Normal View History

2014-01-27 19:00:11 -08:00
set-option -g status-bg colour234 # light gray bg
set-option -g status-fg colour255 # black text
setw -g window-status-current-format "#[fg=white,bold]#[bg=cyan][#I:#W]"
# xterm title
set-option -g set-titles on
set-option -g set-titles-string '[#S:#I #H] #W'
2017-07-29 02:47:34 -07:00
# clipboard
set -g set-clipboard off
2024-12-12 11:52:54 -08:00
bind-key C-a last-window
# https://github.com/tmux/tmux/issues/4240 and https://github.com/LnL7/nix-darwin/issues/1181
set -gu default-command
set-option -g default-shell "$SHELL"