Alpha Chen 1 year ago
parent ba7d565faa
commit a7eac58419
Signed by: alpha
SSH Key Fingerprint: SHA256:3fOT8fiYQG/aK9ntivV3Bqtg8AYQ7q4nV6ZgihOA20g

@ -31,7 +31,7 @@
;; ⌘⌥V - defeat paste blocking ;; ⌘⌥V - defeat paste blocking
(hotkey.bind [:cmd :alt] :v #(eventtap.keyStrokes (pasteboard.getContents))) (hotkey.bind [:cmd :alt] :v #(eventtap.keyStrokes (pasteboard.getContents)))
;; ⌘⌥⌃E - edit selected text in neovide, inspired by quickcursor (hence the temporary filenme) ;; ⌘⌥⌃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 --nofork"
cb (fn [text] cb (fn [text]
(let [home (os.getenv :HOME) (let [home (os.getenv :HOME)

Loading…
Cancel
Save