summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Holman <dholman@gymli.xyz>2021-10-10 12:59:13 -0500
committerDanny Holman <dholman@gymli.xyz>2021-10-10 12:59:13 -0500
commit70eb431fe82ddb8f618addbdad8bf4e1ef6d7be0 (patch)
treed003b4a2999648ca5a07521ca5077f30c762f2f2
parente230733549f185b77a842bf10630cfb2a1be2888 (diff)
tmux: add a keybind for nested sessions
Add a keybind to send the prefix to a nested session.
-rw-r--r--.tmux.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/.tmux.conf b/.tmux.conf
index 65410b2..1e96e94 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -2,6 +2,7 @@
unbind C-b
set-option -g prefix C-a
bind C-a send-prefix
+bind C-w send-keys C-a
unbind '"'
unbind %
bind | split-window -h