set-option -g default-shell $SHELL # switch to last window like screen bind-key C-o last-window # rebind escape key set-option -g prefix C-o unbind-key C-b set -g default-terminal "tmux" set -as terminal-features ",kitty:RGB" set -g history-limit 10000 set -g history-file ~/.dotfiles/.tmux_history set -g window-size smallest bind-key j select-pane -D bind-key k select-pane -U bind-key l select-pane -R bind-key h select-pane -L