From 287d89927644c1c192f85dd8c4bbe3face43ec48 Mon Sep 17 00:00:00 2001 From: idun Date: Fri, 6 Sep 2024 05:03:55 +0200 Subject: [PATCH] Add two more common commands --- handout.org | 2 ++ 1 file changed, 2 insertions(+) diff --git a/handout.org b/handout.org index f88ba9c..bfbfede 100644 --- a/handout.org +++ b/handout.org @@ -75,6 +75,7 @@ | Buffere | | |---------------------+------------------------------------| | =C-x b= | =switch-to-buffer= | +| =C-x C-b= | =list-buffers= | | =C-x k= | =kill-buffer= | | =C-x = | =previous-buffer= | | =C-x = | =next-buffer= | @@ -92,6 +93,7 @@ |---------------------+------------------------------------| | =C-h k= | =Info-goto-emacs-key-command-node= | | =C-h f= | =Info-goto-emacs-command-node= | +| =C-h v= | =describe-variable= | | =C-h m= | =describe-mode= | | =C-h a= | =apropos-command= | | =C-h C-h, C-h ?= | =help-for-help= |