mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 12:15:29 +00:00
feat: add Dotbot
This commit is contained in:
4
config/sesh/scripts/node_dev
Normal file
4
config/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
config/sesh/scripts/open_files
Normal file
2
config/sesh/scripts/open_files
Normal file
@@ -0,0 +1,2 @@
|
||||
#!/usr/bin/env bash
|
||||
tmux send-keys "nvim +GoToFile" Enter
|
||||
Reference in New Issue
Block a user