From b148ac001b7df585315b4ca4699c192dbc6d598f Mon Sep 17 00:00:00 2001 From: _N0x <_n0x@noreply.git.n0x.io> Date: Mon, 7 Oct 2024 08:55:35 +0200 Subject: [PATCH] tmux/.tmux.conf aktualisiert --- tmux/.tmux.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index e4a0572..4e9871c 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -94,10 +94,12 @@ bind -T copy-mode-vi MouseDown1Pane select-pane \;\ # List of plugins set -g @plugin 'tmux-plugins/tpm' + set -g @plugin 'tmux-plugins/tmux-sensible' set -g @plugin 'tmux-plugins/tmux-yank' +set -g @plugin "arcticicestudio/nord-tmux" # Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf) run '~/.tmux/plugins/tpm/tpm' -set -g @plugin "arcticicestudio/nord-tmux" +