commit cd378419c5516f7707564438927a6190015f2068 parent 24ee1c3335907198d4855bb48bc752d135cd823b Author: Kévin Le Gouguec <kevin.legouguec@gmail.com> Date: Thu, 18 Dec 2025 07:31:51 +0100 Get more & more hype about new VC commands Diffstat:
| M | reviews/emacs/hype.org | | | 9 | +++++++++ |
1 file changed, 9 insertions(+), 0 deletions(-)
diff --git a/reviews/emacs/hype.org b/reviews/emacs/hype.org @@ -21,8 +21,17 @@ With =C-u 1 w=. Steadily inching closer to Magit. **** =C-x v w= map for working tree commands With ~project.el~ integration. + +Particularly fond of =C-x v w w= to explore alternate versions of a +file; ~magit-find-file~ is still convenient for quickly blaming +arbitrary revisions, but visiting an actual checkout allows deploying +the full language server & linter gamut. **** =C-x v I= & =C-x v O= maps for incoming & outgoing change reviews Opt-in with =vc-use-incoming-outgoing-prefixes=. +**** =M-RET=, =M-n= & =M-p= for low-friction Log View movement +Partly self-imposed by the decision to split the commit message in the +log buffer, and the patch in a separate diff buffer; still, nice to +have a set of keys to do both actions at once. ** Editing *** DWIM =C-w= (bug#69097) =kill-region-dwim= tells =C-w= what to do when the region is inactive: