init basics

This commit is contained in:
1jamesthompson1
2025-09-24 19:38:27 +12:00
commit f3abc8e78b
3 changed files with 188 additions and 0 deletions

8
.tmux.conf Normal file
View File

@@ -0,0 +1,8 @@
set-window-option -g mode-keys vi
# List of plugins
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'tmux-plugins/tmux-yank'
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
run '~/.tmux/plugins/tpm/tpm'