diff options
| author | pml68 <tutorialmester@gmail.com> | 2024-05-30 14:54:50 +0200 |
|---|---|---|
| committer | pml68 <tutorialmester@gmail.com> | 2024-05-30 14:55:00 +0200 |
| commit | cada0cab2b600fc7896989cd9471053e275e6408 (patch) | |
| tree | 625145c4b14fd091097ef14f72ea301ecbf80994 /tmux/tmux.conf | |
| parent | feat: add tmux config (diff) | |
| download | suckless-setup-cada0cab2b600fc7896989cd9471053e275e6408.tar.gz | |
feat(tmux): set allow-passthrough to on
Diffstat (limited to 'tmux/tmux.conf')
| -rw-r--r-- | tmux/tmux.conf | 2 |
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' |
