From 93d914ade6569221e60a0c3c88c6666723a8e0b5 Mon Sep 17 00:00:00 2001 From: Daniel Patterson Date: Thu, 14 Jul 2022 12:09:14 +0100 Subject: [PATCH] Update tmux config --- hosts/dingserver/tmux.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/dingserver/tmux.nix b/hosts/dingserver/tmux.nix index d9fe5a1..9ac98c4 100644 --- a/hosts/dingserver/tmux.nix +++ b/hosts/dingserver/tmux.nix @@ -16,6 +16,10 @@ set -g prefix M-w bind q detach + bind : command-prompt + bind c new-window + bind -T root MouseDown1Status select-window -t = + bind space copy-mode bind -T copy-mode-vi Escape send-keys -X cancel