From 8efe7125653eb9a742fb9dfb8f10106de3c67c7b Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Fri, 27 Sep 2024 17:55:32 +0200 Subject: [PATCH] tmux: fix bind to tmuxs --- tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux.conf b/tmux.conf index fdd0389..6a2bd22 100644 --- a/tmux.conf +++ b/tmux.conf @@ -42,7 +42,7 @@ unbind C-b set -g prefix C-a bind C-a send-prefix -bind-key "e" run-shell "~/bin/tmuxs" +bind-key "e" run-shell "tmux neww ~/bin/tmuxs" bind-key "n" run-shell -b "~/.config/tmux-plugins/tmux-fzf/scripts/session.sh new" bind-key "w" run-shell -b "~/.config/tmux-plugins/tmux-fzf/scripts/session.sh switch"