From 4b695fb5c995acf8eb40963efb90880e88ea09e8 Mon Sep 17 00:00:00 2001 From: pml68 Date: Wed, 24 Jul 2024 10:18:49 +0200 Subject: feat(tmux): change tmus bind to C-f --- tmux/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index c5414cb..a9a5947 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -32,7 +32,7 @@ unbind -T copy-mode-vi MouseDragEnd1Pane bind-key -r C-c copy-mode bind-key -r i run-shell "tmux neww /usr/local/bin/cht.sh" -bind-key -r D run-shell "tmux neww /usr/local/bin/tmus" +bind-key -n C-f run-shell "tmux neww /usr/local/bin/tmus" set -gq allow-passthrough on -- cgit v1.2.3