Updating tmuxinator configs

This commit is contained in:
2025-09-14 13:11:44 -04:00
parent d9fd53fbc3
commit 9b33a71816
9 changed files with 64 additions and 39 deletions

View File

@@ -0,0 +1,22 @@
# /home/th3r00t/.config/tmuxinator/tmuxConfig.yml
name: NVIMConfig
root: ~/Projects/nvim-config
# Optional tmux socket
# socket_name: foo
# Specifies (by name or index) which window will be selected on project startup. If not set, the first window is used.
startup_window: Git
# Specifies (by index) which pane of the specified window will be selected on project startup. If not set, the first pane is used.
# startup_pane: 1
# Controls whether the tmux session should be attached to automatically. Defaults to true.
# attach: false
enable_pane_titles: true
windows:
- Git:
- lazygit
- nvim:
- nvim