mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-19 19:27:31 -08:00
11 lines
182 B
YAML
11 lines
182 B
YAML
# tmuxp config for nnn file manager
|
|
|
|
session_name: files
|
|
windows:
|
|
- window_name: files
|
|
shell_command_before:
|
|
- cd ~/
|
|
panes:
|
|
- shell_command:
|
|
- nnn
|