From ff3ff9548bea05f0f7c3cfa71887ebc34a0bb5a4 Mon Sep 17 00:00:00 2001 From: thek4n Date: Tue, 2 Apr 2024 13:16:44 +0300 Subject: [PATCH] tmux mappings --- home/user/.config/tmux/mappings.conf | 1 + home/user/.config/tmux/plugins.conf | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/home/user/.config/tmux/mappings.conf b/home/user/.config/tmux/mappings.conf index 40a552e..5038eff 100644 --- a/home/user/.config/tmux/mappings.conf +++ b/home/user/.config/tmux/mappings.conf @@ -15,6 +15,7 @@ bind -T off F12 \ set -u key-table \;\ set status on +bind n command-prompt -p "New session:" "new-session -d -t '%1' \; switch-client -t '%1'" # Zoom pane bind -n M-f resize-pane -Z diff --git a/home/user/.config/tmux/plugins.conf b/home/user/.config/tmux/plugins.conf index c074e96..8c6c72c 100644 --- a/home/user/.config/tmux/plugins.conf +++ b/home/user/.config/tmux/plugins.conf @@ -1,5 +1,4 @@ # Tmux plugins set -g @plugin 'tmux-plugins/tpm' -set -g @plugin 'laktak/extrakto' -set -g @plugin 'sainnhe/tmux-fzf' \ No newline at end of file +set -g @plugin 'laktak/extrakto' \ No newline at end of file