tmux: remove tpm
This commit is contained in:
@@ -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..."
|
||||
|
||||
Reference in New Issue
Block a user