This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-09-30
Channels
- # announcements (1)
- # asami (60)
- # babashka (7)
- # beginners (19)
- # biff (5)
- # calva (12)
- # cherry (4)
- # cider (8)
- # clerk (3)
- # clojure-europe (3)
- # clojuredesign-podcast (2)
- # clojurescript (8)
- # data-science (48)
- # fulcro (8)
- # hyperfiddle (21)
- # leiningen (1)
- # malli (7)
- # music (3)
- # off-topic (7)
- # pedestal (15)
- # portal (8)
- # releases (2)
I just found this time (and sanity) saving extension: https://marketplace.visualstudio.com/items?itemName=Digoro.Clipboard Basically it keeps a history of everything that you copy and then when you paste using the extension, it will show a menu letting you select from the history. Start typing and it will filter the items, just as any other VS Code menu. One less reason for me to miss Vim. 😃
also see raycast, the macos spotlight replacement which has clipboard history, window manager, hotkey manager and a lot of other daily utilities
you'll need Karabiner Elements to shadow macos cmd-space
And then disabled the shortcut for show/hide the dock, so that I could use cmd-alt+d for defining words.
you mean you mapped the raycast command bar to a hotkey other than cmd-space ?
I now have: • cmd+space -> raycast command bar • cmd-alt+v -> paste from history • cmd+alt+d -> lookup word
I really like https://maccy.app/ (for MacOS). In addition to being a clipboard manager, it allows me to pin frequent pastes to a keybinding. I have a pins for
(comment
(clojure.tools.namespace.repl/refresh)
)
and
(require '[criterium.core :refer [quick-bench]])
for example.
I’m now in the habit of copy, copy, copy, copy, paste, paste, paste. It saves a lot of time!Windows has [Windows Key+V] for clipboard history. (Code in WSL2, VSCode in Windows.)