diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-10-26 13:18:11 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-10-26 13:18:11 +0200 |
commit | 0e5e622952fe51588f1537e621c63cbe4a91c136 (patch) | |
tree | 33340f5d0b790115b5c34558b815e9d00f42a15b /config/common | |
parent | 4be9d55ad63853dd1562ab4f0537b0b403aa9ca5 (diff) |
checkpoint
Diffstat (limited to 'config/common')
-rwxr-xr-x | config/common/tmux/tmux.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/common/tmux/tmux.conf b/config/common/tmux/tmux.conf index 7fc73b0..7929836 100755 --- a/config/common/tmux/tmux.conf +++ b/config/common/tmux/tmux.conf @@ -19,6 +19,7 @@ set-window-option -g pane-base-index 1 set-window-option -g mode-keys vi # compatibility with vim for focus based events set -g focus-events on +set -g mouse # KEYBINDINGS # Reload config file |