From 03d2ccad53bc853cc724c2910bd3251cc7686b27 Mon Sep 17 00:00:00 2001 From: Daniil Tsivinsky Date: Wed, 31 Aug 2022 13:05:23 +0300 Subject: [PATCH] tmux: remove tpm --- config/.tmux.conf | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/config/.tmux.conf b/config/.tmux.conf index b2cef87..7bb9707 100644 --- a/config/.tmux.conf +++ b/config/.tmux.conf @@ -1,6 +1,3 @@ -# plugins -set -g @plugin 'tmux-plugins/tpm' - # general options set -g default-terminal "xterm-256color" set -sg escape-time 0 @@ -28,5 +25,4 @@ unbind '"' bind v split-window -h -c "#{pane_current_path}" bind g split-window -v -c "#{pane_current_path}" -# plugin manager -run '~/.tmux/plugins/tpm/tpm' +bind R source-file ~/.tmux.conf \; display-message "Config reloaded..."