diff options
| -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 6f48399..afe696d 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -16,7 +16,7 @@ set -g prefix C-s # Ensure that we can send Ctrl+s to other apps bind C-s send-prefix -# send the prefix to client inside window +# Send the prefix to client inside window (nested tmux) bind-key -n C-a send-prefix # Disable local tmux keys (nested tmux) |
