diff options
| author | srdusr <trevorgray@srdusr.com> | 2023-10-22 19:24:33 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2023-10-22 19:24:33 +0200 |
| commit | eec14f44ca48de452475db978e1c180580ffd630 (patch) | |
| tree | e0e8da427b93e7f12ab37b2d093354d8d166e5df /.config/tmux/tmux.conf | |
| parent | 8d23ca6cc5ee2c503672da63d46c5239b7b101fb (diff) | |
| download | dotfiles-eec14f44ca48de452475db978e1c180580ffd630.tar.gz dotfiles-eec14f44ca48de452475db978e1c180580ffd630.zip | |
Testing nested tmux session settings
Diffstat (limited to '.config/tmux/tmux.conf')
| -rw-r--r-- | .config/tmux/tmux.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index a731ff1..d52ab08 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -20,13 +20,13 @@ bind C-s send-prefix bind-key -n C-a send-prefix # Disable local tmux keys (nested tmux) -bind -T root F12 \ +bind -T root C-S-s \ set prefix None \;\ set key-table off \;\ if -F '#{pane_in_mode}' 'send-keys -X cancel' \;\ refresh-client -S \;\ -bind -T off F12 \ +bind -T off C-S-s \ set -u prefix \;\ set -u key-table \;\ refresh-client -S |
