This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-09-15
Channels
- # announcements (15)
- # babashka (8)
- # beginners (23)
- # biff (20)
- # calva (6)
- # cider (9)
- # clerk (31)
- # clj-kondo (3)
- # clj-otel (2)
- # clojure (116)
- # clojure-argentina (1)
- # clojure-austin (5)
- # clojure-europe (64)
- # clojure-nl (3)
- # clojure-norway (23)
- # clojure-sweden (40)
- # clojure-uk (1)
- # cursive (16)
- # data-science (2)
- # datahike (8)
- # emacs (3)
- # events (1)
- # hyperfiddle (24)
- # malli (5)
- # off-topic (24)
- # re-frame (9)
- # releases (1)
- # solo-full-stack (25)
- # sql (18)
- # tree-sitter (19)
- # xtdb (10)
I am constantly pressing the wrong keyboard shortcuts - leading to confusion and sometimes unintended edits in code. I would like to disable the most common pressing mistakes. Is there a way to locate a keyboard shortcut "by the shortcut", for example search for "shift+command+E" and disable it? And even to "show me the last keyboard shortcut that I pressed"?
The Keyboard Shortcuts editor is your friend. I bring it up with the shortcut cmd+k cmd+s
, since you’re on Mac too, it’s probably the same. It let’s you search for both commands and shortcuts. There’s also a button to the top right that let’s you press the keys and it will populate the search box. The context menu for each item in the list will help you change/disable the shortcut. Would be cool with that “show me the last shortcut I pressed” feature, but I’m not aware of one.
Awesome! 🙏
Can you post here the shortcuts that cause you the most grief? We’re all unique and all that, but maybe we can see a pattern if others chip in.
I've rebound raise
to shift+cmd+R
for convenience but kept hitting shift+cmd+E
instead, which shifts focus the left pane. So I removed that keybinding. I think I have a few other ones causing me grief, but I don't know which until it happens next time. I do have a long-time goal of rebinding other par-edit commands that am struggling to get into my muscle memory, if anyone is interested I can share them when I've made progress.