diff options
| -rw-r--r-- | .config/foot/foot.ini | 3 | ||||
| -rw-r--r-- | .config/tmux/tmux.conf | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/.config/foot/foot.ini b/.config/foot/foot.ini index e236fad..00662e4 100644 --- a/.config/foot/foot.ini +++ b/.config/foot/foot.ini @@ -20,6 +20,9 @@ include=~/.config/foot/local.ini [scrollback] lines=1000 +[mouse-bindings] +primary-paste=BTN_MIDDLE + [key-bindings] fullscreen=F11 color-theme-toggle=F10 diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 3f0f23e..99c01f3 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -7,6 +7,7 @@ set-option -g default-shell /usr/bin/bash set-option -g mode-keys vi set-option -g status-keys vi +# All mouse keys will be captured, use Shift+click to pass through set-option -g mouse on set-option -g status-left-length 27 |
