mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-04 04:35:29 +00:00
feat(tmux): add session feature from sesh
This commit is contained in:
4
sesh/scripts/node_dev
Normal file
4
sesh/scripts/node_dev
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
tmux split-window -v -l 10 d
|
||||
tmux select-pane -t :.+
|
||||
tmux send-keys "nvim +GoToFile" Enter
|
||||
2
sesh/scripts/open_files
Normal file
2
sesh/scripts/open_files
Normal file
@@ -0,0 +1,2 @@
|
||||
#!/usr/bin/env bash
|
||||
tmux send-keys "nvim +GoToFile" Enter
|
||||
5
sesh/sesh.toml
Normal file
5
sesh/sesh.toml
Normal file
@@ -0,0 +1,5 @@
|
||||
default_startup_script = "~/.config/sesh/scripts/open_files"
|
||||
|
||||
[[startup_scripts]]
|
||||
session_path = "~/Code/GitHub/websites/stefanimhoff-de"
|
||||
script_path = "~/.config/sesh/scripts/node_dev"
|
||||
Reference in New Issue
Block a user