This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-10-13
Channels
- # announcements (2)
- # beginners (15)
- # calva (6)
- # cider (3)
- # cljsrn (1)
- # clojure (33)
- # clojure-hk (4)
- # clojure-uk (9)
- # clojurescript (13)
- # cursive (5)
- # datomic (6)
- # figwheel-main (1)
- # fulcro (5)
- # graalvm (12)
- # instaparse (1)
- # kaocha (1)
- # nrepl (6)
- # off-topic (5)
- # pedestal (10)
- # quil (8)
- # reitit (2)
- # ring (5)
- # shadow-cljs (10)
- # sql (1)
- # vim (13)
👋 Hello, I just discovered Calva and I'm trying to get it to work with VSCodeVim.
I read "Using with VIM extension" and remapped the clearInlineResults
from escape
to shift+escape
but now both of those keys are clearing the inline results. Would anyone know what I might be missing?
Hello, @yosevuk! There is syntax for unbinding keys. Maybe that is what is needed. I have forgotten right now what that syntax looks like. Maybe someone else knows.
Thanks @pez! I found it here: https://code.visualstudio.com/docs/getstarted/keybindings#_removing-a-specific-key-binding-rule. Is this an edge case that I'm experiencing or should it be in the docs?