tmux config changes for mouse, clipboard, focus
This commit is contained in:
parent
dab093a930
commit
ec25a739be
@ -9,17 +9,18 @@ set -g default-terminal "xterm-256color"
|
||||
# vi mode
|
||||
setw -g mode-keys vi
|
||||
|
||||
# Causes escape character breakage on windows terminal
|
||||
# unset the annoying delay
|
||||
set -sg escape-time 0
|
||||
# set -sg escape-time 0
|
||||
|
||||
# window options
|
||||
set-option -g automatic-rename on
|
||||
set-option -g renumber-windows on
|
||||
|
||||
# mouse settings
|
||||
# set -g mouse on
|
||||
# set -g set-clipboard on
|
||||
# set -g focus-events on
|
||||
set -g mouse on
|
||||
set -g set-clipboard on
|
||||
set -g focus-events on
|
||||
|
||||
# appearance
|
||||
set -g status-style "bg=colour16 fg=white,bold"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user