diff options
| author | srdusr <trevorgray@srdusr.com> | 2023-11-29 21:40:51 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2023-11-29 21:40:51 +0200 |
| commit | b87b19a3b2f4ab2b3bf9925579e38f2de60d922f (patch) | |
| tree | 3a333181cf46e34f7c19ebcbc6cfe60c52558f16 /.config | |
| parent | 606d5316f8cb51a9911292a2051474da7691b299 (diff) | |
| download | dotfiles-b87b19a3b2f4ab2b3bf9925579e38f2de60d922f.tar.gz dotfiles-b87b19a3b2f4ab2b3bf9925579e38f2de60d922f.zip | |
Clean config
Diffstat (limited to '.config')
| -rw-r--r-- | .config/tmux/tmux.conf | 8 |
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' -#―――――――――――――――――――――――――――――――――――――――――― |
