diff options
Diffstat (limited to 'config/common')
| -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  | 
