diff options
| author | srdusr <trevorgray@srdusr.com> | 2023-06-23 18:35:32 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2023-06-23 18:35:32 +0200 |
| commit | 5a3a92d8137c0b34f83c9577f135052fccaf6f41 (patch) | |
| tree | 7ee999067557217cc78f01caedcdfe528a581feb /.config/tmux | |
| parent | 234f34b6ca06d7ca314d9d14ab5a3ae0ba041541 (diff) | |
| download | dotfiles-5a3a92d8137c0b34f83c9577f135052fccaf6f41.tar.gz dotfiles-5a3a92d8137c0b34f83c9577f135052fccaf6f41.zip | |
Testing f12 to disable local tmux in nested tmux
Diffstat (limited to '.config/tmux')
| -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 |
