From 6d4208a39ba4a576c310a301eb576d84eec1ddaf Mon Sep 17 00:00:00 2001 From: Xander Swan Date: Wed, 3 Dec 2025 10:00:41 -0500 Subject: Entirely new config --- .config/tmux/tmux.conf | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 .config/tmux/tmux.conf (limited to '.config/tmux') diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf deleted file mode 100644 index d60285a..0000000 --- a/.config/tmux/tmux.conf +++ /dev/null @@ -1,12 +0,0 @@ -unbind C-b -set -g prefix C-a -set -g status off - -bind v split-window -v -c "#{pane_current_path}" -bind h split-window -h -c "#{pane_current_path}" - -set -g @plugin "tmux-plugins/tpm" -set -g @plugin "tmux-plugins/tmux-sensible" -set -g @plugin "christoomey/vim-tmux-navigator" - -run "~/.tmux/plugins/tpm/tpm" -- cgit v1.3-2-g0d8e