A thread of tips, tricks, and TILs for #emacs. ๐งต
In modes derived from special-mode (e.g., help or info buffers), q is bound to quit-window, which will bury the buffer but not kill it. Most of the time I DO want it to kill the buffer too, though, which can be achieved with C-u q.
Emacs 31.1 made this a lot easier by adding a variable called quit-window-kill-buffer:
@citizen428 Maybe I should read this manual again. The last time I did that is about 35 years ago, and it was Emacs 18.55 or so.
@citizen428 excellent. q means quit! Yes, realy
TIL that if you mark some files in a dired buffer, magit-dired-log will show you the commits that touched the marked files:
"In Dired, show log for all marked files or the directory if none are marked."
TIL that if you mark some files in a dired buffer, magit-dired-log will show you the commits that touched the marked files:
"In Dired, show log for all marked files or the directory if none are marked."