tmux.conf: Remove plugins
This commit is contained in:
parent
fdcaf7c414
commit
36bd876afd
1 changed files with 0 additions and 7 deletions
|
@ -69,10 +69,3 @@ bind - split-window -v -c "#{pane_current_path}" # Vertical split
|
||||||
bind r source-file ~/.tmux.conf \; display "Config Reloaded!"
|
bind r source-file ~/.tmux.conf \; display "Config Reloaded!"
|
||||||
# Captur selection, create a gist from it
|
# Captur selection, create a gist from it
|
||||||
bind-key -tvi-copy u copy-pipe "ruby ~/Lab/gist_gem.rb -"
|
bind-key -tvi-copy u copy-pipe "ruby ~/Lab/gist_gem.rb -"
|
||||||
#===============================================================================
|
|
||||||
# Plugins
|
|
||||||
#===============================================================================
|
|
||||||
# TPM || Install: <C-b>I | Uninstall: <C-b><Alt-u> | Update: <C-b>U
|
|
||||||
set -g @plugin 'tmux-plugins/tpm'
|
|
||||||
set -g @plugin 'nhdaly/tmux-scroll-copy-mode' # Copy-mode scroll wheel
|
|
||||||
run '~/.tmux/plugins/tpm/tpm' # Run TPM
|
|
||||||
|
|
Loading…
Reference in a new issue