From 536833d247b41cb4fe65b2a1ad4876ed4b3b0933 Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Thu, 25 Aug 2022 16:26:36 +0300 Subject: [PATCH] prog: remove tmux --- programs/tmux/.tmux.conf | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 programs/tmux/.tmux.conf diff --git a/programs/tmux/.tmux.conf b/programs/tmux/.tmux.conf deleted file mode 100644 index af7d4ea..0000000 --- a/programs/tmux/.tmux.conf +++ /dev/null @@ -1,12 +0,0 @@ -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' -