diff options
| author | srdusr <trevorgray@srdusr.com> | 2023-10-23 17:41:18 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2023-10-23 17:41:18 +0200 |
| commit | 1300de8ac1644c767dca77cd4f09cd9f80652f7f (patch) | |
| tree | e2c40fae17ec72dec225c551a7c58db677e9f27b /.config/tmux/tmux.conf | |
| parent | d81ed6f7ef30d56b3647bad0e6c35fe259b7cba8 (diff) | |
| download | dotfiles-1300de8ac1644c767dca77cd4f09cd9f80652f7f.tar.gz dotfiles-1300de8ac1644c767dca77cd4f09cd9f80652f7f.zip | |
Comment/documentation on Prefix(C-a) for nested tmux
Diffstat (limited to '.config/tmux/tmux.conf')
| -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) |
