summaryrefslogtreecommitdiff
path: root/mut/bin/nvim-server-or-client
blob: 01d79eb2fea8acae17b801a2c55f3577ab0e843d (plain)
1
2
3
4
5
6
#!/bin/sh
if ! tmux has-session -t nvim
then
    tmux new -s nvim -- $SHELL \; send nvim C-m
fi
tmux attach -t nvim