Add tmux options for nvim
This commit is contained in:
@@ -17,3 +17,10 @@ set -s set-clipboard on
|
|||||||
if-shell -b '[ "$(echo "$TMUX_VERSION >= 3.3" | bc)" = 1 ]' {
|
if-shell -b '[ "$(echo "$TMUX_VERSION >= 3.3" | bc)" = 1 ]' {
|
||||||
set -g allow-passthrough on
|
set -g allow-passthrough on
|
||||||
}
|
}
|
||||||
|
|
||||||
|
set-option -a terminal-features 'xterm-256color:RGB'
|
||||||
|
set-option -sg escape-time 10
|
||||||
|
|
||||||
|
if-shell -b '[ "$(echo "$TMUX_VERSION >= 1.9" | bc)" = 1 ]' {
|
||||||
|
set-option -g focus-events on
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user