Files
dotfiles/config/sesh/scripts/node_dev
2024-08-09 12:27:45 +02:00

5 lines
111 B
Bash

#!/usr/bin/env bash
tmux split-window -v -l 10 d
tmux select-pane -t :.+
tmux send-keys "nvim +GoToFile" Enter