From 326c1b7017b1e9b4abedd6c347b744cac8ed8f03 Mon Sep 17 00:00:00 2001 From: Peter Cai Date: Mon, 1 Feb 2021 08:28:57 +0800 Subject: [PATCH] add tmux config and nord theme --- tmux/.tmux.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tmux/.tmux.conf diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf new file mode 100644 index 0000000..3fe3cc9 --- /dev/null +++ b/tmux/.tmux.conf @@ -0,0 +1,10 @@ +# Allow mouse input (to switch window / panes) +set -g mouse on + +# Tmux Plugin Manager +# Note: Clone https://github.com/tmux-plugins/tpm to ~/.tmux/plugins/tpm first +set -g @plugin 'tmux-plugins/tpm' +# Theme +set -g @plugin "arcticicestudio/nord-tmux" +# Load Tmux Plugin Manager (keep this at the end) +run '~/.tmux/plugins/tpm/tpm'