config/.tmux.conf

15 lines
417 B
Plaintext

set-option -g prefix C-a
#set-option -g default-command "reattach-to-user-namespace -l $SHELL"
set-option -g default-terminal "screen-256color"
set-option -g history-limit 10000
set-option -sg escape-time 250
set-option -g mouse
set -ga terminal-overrides '*:Ss=\E[%p1%d q:Se=\E[ q'
set -as terminal-features ',screen-256color:clipboard'
set -a set-clipboard on
bind-key v new-window nvim
bind-key C-a last-window