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