From c0f9ecf5e0b075db8e54ef1235ec80878e418398 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Thu, 2 Oct 2025 11:28:53 +0300 Subject: Update content for html --- gemfeed/examples/conf/dotfiles/scripts/gvim | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 gemfeed/examples/conf/dotfiles/scripts/gvim (limited to 'gemfeed/examples/conf/dotfiles/scripts/gvim') 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" -- cgit v1.2.3