set -g prefix C-k unbind C-b bind-key -n C-s set-option -g status bind-key -T copy-mode-vi v send -X begin-selection bind-key -T copy-mode-vi V send -X select-line bind-key -T copy-mode-vi C-v send -X rectangle-toggle bind-key -T copy-mode-vi y send -X copy-pipe-and-cancel set -g lock-command vlock set -g lock-after-time 0 bind l lock-client bind L lock-session set -g status-position top bind-key a send-prefix set -g display-time 1000 set -g default-terminal tmux-direct set -g mode-keys vi set -g status-keys vi set -g set-titles off set-option -g allow-rename off set-window-option -g monitor-activity on set -g visual-activity off set -g visual-bell off set-option -g bell-action none set -g mouse on set -g history-limit 1000 set -g lock-after-time 300 set -g base-index 0 set -g pane-base-index 0 set -g renumber-windows on # For Kitty protocol set -g allow‐passthrough on source-file ~/.config/tmux/nightfox_tmux.tmux