diff options
| -rw-r--r-- | .config/tmux/tmux.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 11ed4e6..abaa643 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -13,6 +13,15 @@ unbind C-b set -g prefix C-s #set -g prefix M-Space +bind -T root F12 \ + set prefix None \;\ + set key-table off \;\ + set status-style "fg=$color_status_text,bg=$color_window_off_status_bg" \;\ + +bind -T off F12 \ + set -u prefix \;\ + set -u key-table \;\ + # Ensure that we can send Ctrl+s to other apps bind C-s send-prefix |
