summaryrefslogtreecommitdiff
path: root/gemfeed/examples/conf/dotfiles/scripts/gvim
blob: 5777a7ce8ffc9574e83665e6152ec9fcc49f3540 (plain)
1
2
3
4
5
6
7
#!/bin/bash
# Hack so qutebrowser starts an editor (Helix) in a new ghostty terminal.

declare -r FILE_PATH="$2"
#echo "$@" > /tmp/params.txt

ghostty -e "hx $FILE_PATH"