Allow tmux passthrough
Sort of helps with image display.
This commit is contained in:
parent
4d72ab88d7
commit
1720bebb9e
1 changed files with 5 additions and 0 deletions
|
|
@ -381,6 +381,11 @@ tmux_conf_urlscan_options="--compact --dedupe"
|
||||||
# start with mouse mode enabled
|
# start with mouse mode enabled
|
||||||
set -g mouse on
|
set -g mouse on
|
||||||
|
|
||||||
|
# allow passthrough for fancy stuff like images
|
||||||
|
set -g allow-passthrough on
|
||||||
|
set -g allow-rename off
|
||||||
|
|
||||||
|
|
||||||
# force Vi mode
|
# force Vi mode
|
||||||
# really you should export VISUAL or EDITOR environment variable, see manual
|
# really you should export VISUAL or EDITOR environment variable, see manual
|
||||||
#set -g status-keys vi
|
#set -g status-keys vi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue