diff options
| author | Xander Swan <email> | 2025-12-03 10:00:41 -0500 |
|---|---|---|
| committer | Xander Swan <email> | 2025-12-03 10:00:41 -0500 |
| commit | 6d4208a39ba4a576c310a301eb576d84eec1ddaf (patch) | |
| tree | beef17e3d6e88f08b68673d3d3e394d19639cd78 /.config/tmux | |
| parent | d0f041df4db23a512fa2d2a7c655af0b2c7e88c5 (diff) | |
Entirely new config
Diffstat (limited to '.config/tmux')
| -rw-r--r-- | .config/tmux/tmux.conf | 12 |
1 files changed, 0 insertions, 12 deletions
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" |
