diff options
author | 2025-01-31 17:41:17 +0000 | |
---|---|---|
committer | 2025-01-31 17:56:09 +0000 | |
commit | 53bac0e99c0e58d487f8f8d8ad2008f45bebb472 (patch) | |
tree | 5ef66b394c976f22ea7df96eddb5c6cec1f85bb3 /home | |
parent | ab7395bb16d175f64817c149b0310c0f9b425184 (diff) | |
download | dotfiles-53bac0e99c0e58d487f8f8d8ad2008f45bebb472.tar.gz dotfiles-53bac0e99c0e58d487f8f8d8ad2008f45bebb472.tar.bz2 dotfiles-53bac0e99c0e58d487f8f8d8ad2008f45bebb472.zip |
[tmux] Remove tmux navigator
Diffstat (limited to 'home')
-rw-r--r-- | home/.config/tmux/tmux.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/home/.config/tmux/tmux.conf b/home/.config/tmux/tmux.conf index c100ac9..1b5693f 100644 --- a/home/.config/tmux/tmux.conf +++ b/home/.config/tmux/tmux.conf @@ -2,7 +2,6 @@ set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tmux-sensible' set -g @plugin 'tmux-plugins/tmux-pain-control' -set -g @plugin 'christoomey/vim-tmux-navigator' set -g @plugin 'tmux-plugins/tmux-sessionist' set -g @plugin 'tmux-plugins/tmux-copycat' set -g @plugin 'tmux-plugins/tmux-yank' |