From b1ed687e504434c3abf26025d51f47f60e225e90 Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Sun, 3 Apr 2022 20:50:42 +0300 Subject: [PATCH] feat(prog/tmux): initial tmux config --- programs/tmux/.tmux.conf | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 programs/tmux/.tmux.conf diff --git a/programs/tmux/.tmux.conf b/programs/tmux/.tmux.conf new file mode 100644 index 0000000..af7d4ea --- /dev/null +++ b/programs/tmux/.tmux.conf @@ -0,0 +1,12 @@ +set -g mouse on +setw -g mode-keys vi + +set -g @plugin 'tmux-plugins/tpm' +set -g @plugin 'tmux-plugins/tmux-sensible' +set -g @plugin 'tmux-plugins/tmux-open' +set -g @plugin 'tmux-plugins/tmux-copycat' +set -g @plugin 'christoomey/vim-tmux-navigator' + +# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf) +run '~/.tmux/plugins/tpm/tpm' +