the setup :3

This commit is contained in:
The Menace Sauce 2026-07-16 18:50:37 -04:00
commit 11a3c9ad74
4 changed files with 16 additions and 0 deletions

1
plugins/tmux-sensible Submodule

@ -0,0 +1 @@
Subproject commit 25cb91f42d020f675bb0a2ce3fbd3a5d96119efa

1
plugins/tpm Submodule

@ -0,0 +1 @@
Subproject commit 99469c4a9b1ccf77fade25842dc7bafbc8ce9946

@ -0,0 +1 @@
Subproject commit c45243dc1f32ac6bcf6068e5300f3b2b237e576a

13
tmux.conf Normal file
View File

@ -0,0 +1,13 @@
set-option -sa terminal-overrides ",xterm*:Tc"
set -g mouse on
# Set prefix
unbind C-b
set -g prefix C-Space
bind C-Space send-prefix
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'