aboutsummaryrefslogtreecommitdiff
path: root/.config/tmux
diff options
context:
space:
mode:
Diffstat (limited to '.config/tmux')
-rw-r--r--.config/tmux/tmux.conf8
1 files changed, 0 insertions, 8 deletions
diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf
index 6bd9567..50d500f 100644
--- a/.config/tmux/tmux.conf
+++ b/.config/tmux/tmux.conf
@@ -36,7 +36,6 @@ set -sg escape-time 10
#set-option -sg escape-time 10
# Reload tmux with <Prefix>r
-#bind r source-file ~/.tmux.conf \; display "Reloaded!"
bind r source-file ~/.config/tmux/tmux.conf \; display "Reloaded!"
# Use <Prefix>L to clear terminal
@@ -326,10 +325,3 @@ set -g @plugin "christoomey/vim-tmux-navigator"
if "test ! -d ~/.config/tmux/plugins/tpm" \
"run 'git clone https://github.com/tmux-plugins/tpm ~/.config/tmux/plugins/tpm && ~/.config/tmux/plugins/tpm/bin/install_plugins'"
run -b "~/.config/tmux/plugins/tpm/tpm"
-# Load the vi-mode plugin
-
-#run-shell '~/.config/tmux/plugins/tmux-vi-mode/tmux-vi-mode.tmux'
-#run-shell '~/.config/tmux/vi-mode'
-# Load the vi-mode plugin
-#run '~/.config/tmux/plugins/tpm/plugins/tmux-vi-mode/tmux-vi-mode.tmux'
-#――――――――――――――――――――――――――――――――――――――――――