aboutsummaryrefslogtreecommitdiff
path: root/tmux/tmux.conf
diff options
context:
space:
mode:
authorpml68 <tutorialmester@gmail.com>2024-05-30 14:54:50 +0200
committerpml68 <tutorialmester@gmail.com>2024-05-30 14:55:00 +0200
commitcada0cab2b600fc7896989cd9471053e275e6408 (patch)
tree625145c4b14fd091097ef14f72ea301ecbf80994 /tmux/tmux.conf
parentfeat: add tmux config (diff)
downloadsuckless-setup-cada0cab2b600fc7896989cd9471053e275e6408.tar.gz
feat(tmux): set allow-passthrough to on
Diffstat (limited to '')
-rw-r--r--tmux/tmux.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf
index b8ce65d..a53ccde 100644
--- a/tmux/tmux.conf
+++ b/tmux/tmux.conf
@@ -34,6 +34,8 @@ unbind -T copy-mode-vi MouseDragEnd1Pane
bind-key -n 'F4' copy-mode
+set -gq allow-passthrough on
+
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'christoomey/vim-tmux-navigator'
set -g @plugin 'rose-pine/tmux'