[~] Refactor

This commit is contained in:
Siarhei Siniak 2023-12-16 19:20:29 +03:00
parent a701fabf54
commit 6965b52fc6

@ -25,6 +25,10 @@ bind -n M-z resize-pane -Z
bind -n M-n next-window bind -n M-n next-window
bind -n M-p previous-window bind -n M-p previous-window
bind -n M-[ copy-mode
# toggle mouse mode
bind -n M-m set -g mouse
set -g default-terminal "screen-256color" set -g default-terminal "screen-256color"
#set-option -ga terminal-overrides ",screen-256color:Tc" #set-option -ga terminal-overrides ",screen-256color:Tc"