diff options
| author | srdusr <trevorgray@srdusr.com> | 2024-01-15 16:13:18 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2024-01-15 16:13:18 +0200 |
| commit | b633baf8eca595f8717e5ad170017e6d208cef41 (patch) | |
| tree | 4bd18ef7517038a4ac8580434f1d4263239c58c7 /.config | |
| parent | 0bac058c53fdd9bc9089a83a3ad43d380f542fde (diff) | |
| download | dotfiles-b633baf8eca595f8717e5ad170017e6d208cef41.tar.gz dotfiles-b633baf8eca595f8717e5ad170017e6d208cef41.zip | |
Disabled C-s
Diffstat (limited to '.config')
| -rw-r--r-- | .config/tmux/tmux.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 50d500f..8275422 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -17,7 +17,7 @@ set -g prefix C-s bind C-s send-prefix # Send the prefix to client inside window (nested tmux) -bind-key -n C-a send-prefix +#bind-key -n C-a send-prefix # Disable local tmux keys (nested tmux) bind -T root F12 \ |
