summaryrefslogtreecommitdiff
path: root/.tmux.conf
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2024-04-26 09:45:41 -0500
committerluxagraf <sng@luxagraf.net>2024-04-26 09:45:41 -0500
commitcc5f294c2cda9de3dc11ecd26e51694f8a27adba (patch)
tree1988f7bca00f7ce84580b7d2220f05d5f25acdb1 /.tmux.conf
parent67f7bd972d749d56508d300411f91f95fda2d3ee (diff)
added latest tweaks
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"