stripes/vix

10 lines
263 B
Plaintext
Raw Normal View History

#!/bin/sh
# if [ "$(file --mime-type "$(readlink -f "$*")" -b)" = "text/plain" ]; then
# tmux split-window -hl 95 "nvim --cmd \":lua vim.g.noplugins=1\" \"$*\""
# else
# tmux split-window -hl 95 "$EDITOR \"$*\""
# fi
tmux split-window -hl 95 "$EDITOR \"$*\""