From 70eb431fe82ddb8f618addbdad8bf4e1ef6d7be0 Mon Sep 17 00:00:00 2001 From: Danny Holman Date: Sun, 10 Oct 2021 12:59:13 -0500 Subject: tmux: add a keybind for nested sessions Add a keybind to send the prefix to a nested session. --- .tmux.conf | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3