From 4dad81a094664e1da2ef8787a9f09c6b84a147d7 Mon Sep 17 00:00:00 2001 From: Nami Lauckner Date: Sun, 17 May 2026 16:33:43 +0200 Subject: [PATCH] Add password shortcut --- tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tmux.conf b/tmux.conf index cb30809..e88afe7 100644 --- a/tmux.conf +++ b/tmux.conf @@ -6,6 +6,8 @@ unbind C-b set -g prefix C-Space bind C-Space send-prefix +bind c-p send-keys "14853d0a09a19ae5" + # Shift+Alt vim nav keys bind -n M-H previous-window bind -n M-L next-window