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..."