diff --git a/home/dot_tmux.conf.local b/home/dot_tmux.conf.local index ce39fe7..af2425e 100644 --- a/home/dot_tmux.conf.local +++ b/home/dot_tmux.conf.local @@ -28,6 +28,10 @@ set -as terminal-overrides ',alacritty:RGB' bind-key -n Home send Escape "OH" bind-key -n End send Escape "OF" +# nvim image.nvim plugin +set -gq allow-passthrough on +set -g visual-activity off + # move status line to top # set -g status-right '%Y-%m-%d %H:%M #{tmux_mode_indicator}'