diff options
Diffstat (limited to 'gemfeed/examples/conf/dotfiles/scripts/gvim')
| -rwxr-xr-x | gemfeed/examples/conf/dotfiles/scripts/gvim | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gemfeed/examples/conf/dotfiles/scripts/gvim b/gemfeed/examples/conf/dotfiles/scripts/gvim new file mode 100755 index 00000000..5777a7ce --- /dev/null +++ b/gemfeed/examples/conf/dotfiles/scripts/gvim @@ -0,0 +1,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" |
