tmux: remove tpm

This commit is contained in:
2022-08-31 13:05:23 +03:00
parent 7a1e6824e3
commit 03d2ccad53

View File

@@ -1,6 +1,3 @@
# plugins
set -g @plugin 'tmux-plugins/tpm'
# general options # general options
set -g default-terminal "xterm-256color" set -g default-terminal "xterm-256color"
set -sg escape-time 0 set -sg escape-time 0
@@ -28,5 +25,4 @@ unbind '"'
bind v split-window -h -c "#{pane_current_path}" bind v split-window -h -c "#{pane_current_path}"
bind g split-window -v -c "#{pane_current_path}" bind g split-window -v -c "#{pane_current_path}"
# plugin manager bind R source-file ~/.tmux.conf \; display-message "Config reloaded..."
run '~/.tmux/plugins/tpm/tpm'