homes/common/.config/tmux/tmux.conf

42 lines
940 B
Bash
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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 allowpassthrough on
source-file ~/.config/tmux/nightfox_tmux.tmux