summaryrefslogtreecommitdiff
path: root/.tmux.conf
diff options
context:
space:
mode:
Diffstat (limited to '.tmux.conf')
-rw-r--r--.tmux.conf13
1 files changed, 0 insertions, 13 deletions
diff --git a/.tmux.conf b/.tmux.conf
index 47d73db..b481022 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -73,16 +73,3 @@ set -g default-terminal "screen-256color"
set-window-option -g automatic-rename off
set-option -g allow-rename off
bind -n C-w run "set status"
-
-# List of plugins
-set -g @plugin 'tmux-plugins/tpm'
-set -g @plugin 'tmux-plugins/tmux-yank'
-
-# Other examples:
-# set -g @plugin 'github_username/plugin_name'
-# set -g @plugin 'git@github.com/user/plugin'
-# set -g @plugin 'git@bitbucket.com/user/plugin'
-
-# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
-run -b '~/.tmux/plugins/tpm/tpm'
-bind-key Space capture-pane \; save-buffer /tmp/tmux-buffer \; display-popup -w 80% -E "/home/lxf/bin/tmuxsh/fzf-speed"