From 5b544f388e8806970b67204c585a3cc704afe881 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Sun, 11 Aug 2024 12:08:47 +0200 Subject: [PATCH] tmux.conf: add n and e keybind --- tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tmux.conf b/tmux.conf index 5da0b7d..66b3b05 100644 --- a/tmux.conf +++ b/tmux.conf @@ -42,6 +42,8 @@ unbind C-b set -g prefix C-a bind C-a send-prefix +bind-key "e" run-shell "~/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" # Plugins