aboutsummaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorsrdusr <trevorgray@srdusr.com>2023-10-23 17:41:18 +0200
committersrdusr <trevorgray@srdusr.com>2023-10-23 17:41:18 +0200
commit1300de8ac1644c767dca77cd4f09cd9f80652f7f (patch)
treee2c40fae17ec72dec225c551a7c58db677e9f27b /.config
parentd81ed6f7ef30d56b3647bad0e6c35fe259b7cba8 (diff)
downloaddotfiles-1300de8ac1644c767dca77cd4f09cd9f80652f7f.tar.gz
dotfiles-1300de8ac1644c767dca77cd4f09cd9f80652f7f.zip
Comment/documentation on Prefix(C-a) for nested tmux
Diffstat (limited to '.config')
-rw-r--r--.config/tmux/tmux.conf2
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)