This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2024-02-06
Channels
- # aleph (43)
- # announcements (11)
- # babashka (35)
- # beginners (70)
- # calva (4)
- # cider (8)
- # clerk (15)
- # clojure (192)
- # clojure-dev (7)
- # clojure-europe (44)
- # clojure-nl (2)
- # clojure-norway (65)
- # clojure-uk (4)
- # code-reviews (4)
- # conjure (1)
- # cursive (41)
- # data-science (1)
- # datomic (8)
- # emacs (7)
- # fulcro (13)
- # humbleui (17)
- # hyperfiddle (53)
- # kaocha (4)
- # malli (7)
- # missionary (17)
- # music (1)
- # obb (1)
- # off-topic (8)
- # polylith (1)
- # portal (3)
- # releases (11)
- # shadow-cljs (36)
- # squint (4)
- # tools-deps (4)
After hitting RET
in the Magit diff to visit that file/line, how do I get back to magit-status?
I'd expect xref-pop-marker-stack
to work
Normally I xref-push-blah
, will try, anyway I'm curious about how it's supposed to work :thinking_face:
You can see the available keybinds if you do C-h m
and search for magit
, it lists:
Magit-Blob minor mode (no indicator):
Enable some Magit features in blob-visiting buffers.
Currently this only adds the following key bindings.
Key Binding
b magit-blame-addition
f magit-blame-reverse
n magit-blob-next
p magit-blob-previous
q magit-kill-this-buffer
r magit-blame-removal
q
just inserts q
for me, which seems natural given that when I jump from diff to file, I can perform arbitrary edits on it
However I can M-x magit-kill-this-buffer
which works. I'll have it as an options - thanks much!