From f408ae894e4e10bbf4358c7c07bb9618ef1353e4 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 7 Feb 2026 23:46:42 +0200 Subject: rename --- scripts/gvim | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 scripts/gvim (limited to 'scripts/gvim') diff --git a/scripts/gvim b/scripts/gvim new file mode 100755 index 0000000..5777a7c --- /dev/null +++ b/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" -- cgit v1.2.3