From 70f1b8d48db3bc997e27782100ac8fb8fe1e66e7 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Mon, 6 Jan 2025 17:27:48 +0100 Subject: [PATCH] Add tmux --- .tmux.conf | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .tmux.conf diff --git a/.tmux.conf b/.tmux.conf new file mode 100644 index 0000000..b50be17 --- /dev/null +++ b/.tmux.conf @@ -0,0 +1,18 @@ +set -s escape-time 0 +set -g mouse on + +set -g status-keys vi +set -g mode-keys vi + +# Reset bindings without the repeat time +bind-key Left select-pane -L +bind-key Right select-pane -R +bind-key Up select-pane -U +bind-key Down select-pane -D + +# List of plugins +set -g @plugin 'tmux-plugins/tpm' +set -g @plugin 'tmux-plugins/tmux-sensible' +set -g @plugin "arcticicestudio/nord-tmux" + +run '~/.tmux/plugins/tpm/tpm'