Added tmuxinator and other tmux plugins
This commit is contained in:
24
home/.config/tmuxinator/tmuxConfig.yml
Normal file
24
home/.config/tmuxinator/tmuxConfig.yml
Normal file
@@ -0,0 +1,24 @@
|
||||
# /home/th3r00t/.config/tmuxinator/tmuxConfig.yml
|
||||
|
||||
name: tmuxConfig
|
||||
root: ~/
|
||||
|
||||
# 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: tmux
|
||||
|
||||
# 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:
|
||||
- tmux:
|
||||
- nvim .tmux.conf
|
||||
- tmuxinator:
|
||||
root: ~/.config/tmuxinator/
|
||||
panes:
|
||||
- ranger .
|
||||
Reference in New Issue
Block a user