This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-06-24
Channels
- # announcements (12)
- # aws (11)
- # babashka (1)
- # beginners (73)
- # cider (4)
- # clj-kondo (2)
- # cljsrn (4)
- # clojars (2)
- # clojure (68)
- # clojure-europe (8)
- # clojure-nl (5)
- # clojure-spec (6)
- # clojure-sweden (1)
- # clojure-uk (29)
- # clojurescript (41)
- # conjure (22)
- # datomic (33)
- # docker (58)
- # duct (3)
- # emacs (8)
- # events (1)
- # expound (3)
- # figwheel-main (5)
- # fulcro (33)
- # graphql (2)
- # kaocha (2)
- # lambdaisland (39)
- # leiningen (1)
- # nrepl (49)
- # nyc (1)
- # off-topic (77)
- # pathom (1)
- # re-frame (33)
- # reagent (28)
- # reitit (1)
- # rewrite-clj (2)
- # shadow-cljs (195)
- # spacemacs (1)
- # sql (60)
- # tools-deps (13)
- # vim (18)
- # xtdb (46)
Not sure if this is a vim or fireplace thing but say I open a big file with slurp
it takes me to a buffer and at the bottom it says -- More --
I can't escape out of this. C-c
does nothing. C-d
gives me a small menu option, including q: quit
but that does nothing either. I have to just keep pressing enter for more until it's done. What am I doing wrong here?
@chase-lambert See :help more-prompt
haha wow - after years at the command line, it baffled me to see that someone wouldn't know what to do at a -- More --
prompt
but of course if you've never seen one, it's totally bizarre
(back in the day, less
didn't exist, and the more
pager only accepted space / G / etc. and didn't understand arrow keys)
also space scrolls a page, even in a browser
It still seems inefficient to send the cursor all the way to the bottom to let me exit instead of having q
work
agreed