diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-12-02 00:00:57 +0100 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-12-02 00:00:57 +0100 |
commit | 72a02162233bca1df80f57e7157d6d5d83257a74 (patch) | |
tree | 7c7ac3595da27cd01b8025b0a0e1e9c2d00d18b1 /config | |
parent | 0a8efa37e85ad3fc0b633d5e92198b09cd7fd555 (diff) |
checkpoint
Diffstat (limited to 'config')
-rwxr-xr-x | config/common/tmux/tmux.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/common/tmux/tmux.conf b/config/common/tmux/tmux.conf index 6fdf7f7..4af91fa 100755 --- a/config/common/tmux/tmux.conf +++ b/config/common/tmux/tmux.conf @@ -22,6 +22,9 @@ set -g focus-events on set -g mouse # KEYBINDINGS +set-option -g prefix 'C-_' +bind-key 'C-_' send-prefix + # Reload config file bind r source-file ~/.config/tmux/tmux.conf \; display "Reloaded ~/.tmux.conf" # Clipboard |