diff options
| -rw-r--r-- | reviews/emacs/hype.org | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/reviews/emacs/hype.org b/reviews/emacs/hype.org index f0dcd91..eeb770a 100644 --- a/reviews/emacs/hype.org +++ b/reviews/emacs/hype.org @@ -55,7 +55,7 @@ buffer =BUF=, - =C-x 5 5 KEYSEQ= says "please display =BUF= in another frame". These new ~other-…-prefix~ commands can be seen as generalizations of -common shorthands such as =C-x 4 f= or =C-x 5 b=. +specialized shorthands such as =C-x 4 f= or =C-x 5 b=. ** Visibility-cycling with =TAB= in outline.el =TAB= and =S-TAB= now work in Outline mode like they do in Org. Look at e.g. NEWS (=C-h N=) to see them in action. Customize @@ -97,6 +97,12 @@ No need for =M-#= anymore. - =C-j= yields selected completion candidate - regular icomplete bindings work: - =C-M-i= inserts selected completion candidate +** Dired +*** ~dired-kill-when-opening-new-dired-buffer~ +With this option, =RET= and =^= no longer make Dired buffers pile up 🎉 + +Previously, =a= (~dired-find-alternate-file~) could be used instead of +=RET=, but one had to write a custom command for =^=. * 27 ** ~what-cursor-show-names~ I sometimes use =C-u C-x == to (re)discover how the Unicode consortium |
