diff options
| author | srdusr <trevorgray@srdusr.com> | 2023-06-24 00:35:30 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2023-06-24 00:35:30 +0200 |
| commit | 409fcdc49aa49bedce3a4908424f6773f11efd15 (patch) | |
| tree | 7872199653d8c736334af478165886544678a24a /.config/tmux | |
| parent | c280b2784338737aaf75f36e45a3bb84ec3a8b5b (diff) | |
| download | dotfiles-409fcdc49aa49bedce3a4908424f6773f11efd15.tar.gz dotfiles-409fcdc49aa49bedce3a4908424f6773f11efd15.zip | |
Changed disabling local keybindings keybinding to C-S
Diffstat (limited to '.config/tmux')
| -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 2bcdc40..364cf96 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -17,13 +17,13 @@ set -g prefix C-s bind C-s send-prefix # Disable local tmux keys (nested tmux) -bind -T root C-a \ +bind -T root C-S \ set prefix None \;\ set key-table off \;\ if -F '#{pane_in_mode}' 'send-keys -X cancel' \;\ refresh-client -S \;\ -bind -T off C-a \ +bind -T off C-S \ set -u prefix \;\ set -u key-table \;\ refresh-client -S |
