This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-02-01
Channels
- # aleph (1)
- # announcements (2)
- # aws (3)
- # bangalore-clj (1)
- # beginners (136)
- # boot (3)
- # calva (89)
- # cider (44)
- # cljdoc (1)
- # cljs-dev (31)
- # clojure (101)
- # clojure-europe (3)
- # clojure-italy (52)
- # clojure-nl (7)
- # clojure-spec (12)
- # clojure-uk (34)
- # clojurescript (62)
- # community-development (46)
- # cursive (25)
- # datomic (6)
- # duct (26)
- # events (6)
- # figwheel-main (4)
- # fulcro (25)
- # graphql (2)
- # jackdaw (4)
- # jukebox (3)
- # kaocha (57)
- # leiningen (31)
- # off-topic (3)
- # onyx (4)
- # other-languages (22)
- # pathom (18)
- # re-frame (9)
- # reitit (3)
- # shadow-cljs (60)
- # spacemacs (9)
- # speculative (22)
- # sql (39)
- # tools-deps (45)
- # vim (37)
Is there a keybinding to exit a search you started with /
?
When I'm tired of seeing my search results highlighted, I usually just type in a random search that I know won't find a match, like /awefadsf
But recently I've been getting issues when I'm stuck in that mode; d
deletes a whole line for some reason. I can fix by running evil-ex-search-exit
but that's hard to remember
In general, C-g
exits your current context in Spacemacs. (I think in Emacs too.)
Also, SPC s c
clears your most recent search string from being highlighted in your buffer.
Ah thanks, I think SPC s c
is what I need; I had tried C-g
, fd
, ESC
, and C-[
and none of those were working
@bfay that sounds like this bug: https://github.com/syl20bnr/spacemacs/issues/10410