This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-02-05
Channels
- # arachne (7)
- # architecture (3)
- # beginners (106)
- # cider (22)
- # clara (2)
- # cljs-dev (14)
- # cljsrn (12)
- # clojure (121)
- # clojure-china (1)
- # clojure-italy (2)
- # clojure-spec (22)
- # clojure-uk (32)
- # clojurescript (38)
- # community-development (45)
- # cursive (15)
- # datascript (6)
- # datomic (12)
- # defnpodcast (2)
- # emacs (8)
- # events (1)
- # fulcro (14)
- # immutant (6)
- # jobs (3)
- # jobs-discuss (6)
- # jobs-rus (3)
- # keechma (4)
- # keyboards (4)
- # leiningen (8)
- # luminus (1)
- # off-topic (91)
- # onyx (13)
- # parinfer (36)
- # re-frame (12)
- # reagent (23)
- # remote-jobs (1)
- # ring-swagger (3)
- # shadow-cljs (57)
- # specter (11)
- # sql (9)
- # uncomplicate (4)
- # vim (2)
- # yada (15)
Is there a straightforward/pattern way to execute an action which replaces the current buffer with new content, in another window instead?
@qqq are you trying to set the default visibility? https://orgmode.org/manual/Initial-visibility.html#Initial-visibility might help, esp. the org-startup-folded
variable
@kingcode many times the code jumping functionality is mapped to M-.
and then the return functionality mapped to M-,
@cmack Thank you!…That worked, exept for M-.
because it is overridden for evil-mode, but I can use another combo for the forward search…
I just looked at my bindings (which are mostly default for cider) and it looks like the method you are looking for is cider-pop-back