diff options
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 \ |
