diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 6306120..48d0c48 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -69,10 +69,3 @@ bind - split-window -v -c "#{pane_current_path}" # Vertical split bind r source-file ~/.tmux.conf \; display "Config Reloaded!" # Captur selection, create a gist from it bind-key -tvi-copy u copy-pipe "ruby ~/Lab/gist_gem.rb -" -#=============================================================================== -# Plugins -#=============================================================================== -# TPM || Install: I | Uninstall: | Update: 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