Files
dotfiles/sesh/scripts/node_dev
2024-03-15 19:14:42 +01: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