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