From 96902cd3d07ed3b82686dd6d7bb32c659fb5fb1c Mon Sep 17 00:00:00 2001 From: Alpha Chen Date: Mon, 1 Jul 2024 19:56:03 -0700 Subject: [PATCH] no-fork neovide --- .hammerspoon/init.fnl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.hammerspoon/init.fnl b/.hammerspoon/init.fnl index 9edfa80..f0cf112 100644 --- a/.hammerspoon/init.fnl +++ b/.hammerspoon/init.fnl @@ -28,7 +28,7 @@ (hotkey.bind [:cmd :alt] :v #(eventtap.keyStrokes (pasteboard.getContents))) ;; ⌘⌥⌃E - edit selected text in neovide, inspired by quickcursor (hence the temporary filenme) -(let [editor "/opt/homebrew/bin/neovide --nofork" +(let [editor "/opt/homebrew/bin/neovide --no-fork" cb (fn [text] (let [home (os.getenv :HOME) date (chomp (run "date -Iseconds -u"))