mirror of
https://github.com/nix-community/home-manager
synced 2025-01-24 01:49:55 +01:00
cb2fd626fe
Sesh is a CLI that helps you create and manage tmux sessions quickly and easily using zoxide. See https://github.com/joshmedeski/sesh for more.
12 lines
255 B
TOML
12 lines
255 B
TOML
[default_session]
|
|
startup_command = "nvim -c ':Telescope find_files'"
|
|
|
|
[[session]]
|
|
name = "Downloads 📥"
|
|
path = "~/Downloads"
|
|
startup_command = "ls"
|
|
|
|
[[session]]
|
|
name = "tmux config"
|
|
path = "~/c/dotfiles/.config/tmux"
|
|
startup_command = "nvim tmux.conf"
|