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
|
# vi mode
|
||||||
setw -g mode-keys vi
|
setw -g mode-keys vi
|
||||||
|
|
||||||
|
# Causes escape character breakage on windows terminal
|
||||||
# unset the annoying delay
|
# unset the annoying delay
|
||||||
set -sg escape-time 0
|
# set -sg escape-time 0
|
||||||
|
|
||||||
# window options
|
# window options
|
||||||
set-option -g automatic-rename on
|
set-option -g automatic-rename on
|
||||||
set-option -g renumber-windows on
|
set-option -g renumber-windows on
|
||||||
|
|
||||||
# mouse settings
|
# mouse settings
|
||||||
# set -g mouse on
|
set -g mouse on
|
||||||
# set -g set-clipboard on
|
set -g set-clipboard on
|
||||||
# set -g focus-events on
|
set -g focus-events on
|
||||||
|
|
||||||
# appearance
|
# appearance
|
||||||
set -g status-style "bg=colour16 fg=white,bold"
|
set -g status-style "bg=colour16 fg=white,bold"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user