From f7f091a2e6d3167fed4e1063dea266cdfff3ab55 Mon Sep 17 00:00:00 2001 From: johannst Date: Thu, 19 Mar 2020 21:21:17 +0000 Subject: deploy: 6259d4ee6c06cc6ae4ce07484b75f7d327a6a52a --- emacs.html | 25 ++++++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-) (limited to 'emacs.html') diff --git a/emacs.html b/emacs.html index 39a841e..0af5d70 100644 --- a/emacs.html +++ b/emacs.html @@ -81,7 +81,7 @@ @@ -150,10 +150,18 @@

emacs(1)

help

-
  C-h f                 describe function
-  C-h b                 list buffer available keymaps
-  <kseq> C-h            list possible keymaps with <kseq>
-                        eg C-x C-h -> list keymaps beginning with C-x
+
  C-h ?         list available help modes
+  C-h f         describe function
+  C-h v         describe variable
+  C-h c <KEY>   print command bound to <KEY>
+  C-h k <KEY>   describe command bound to <KEY>
+  C-h b         list buffer local key-bindings
+  <kseq> C-h    list possible key-bindings with <kseq>
+                eg C-x C-h -> list key-bindings beginning with C-x
+
+

package manager

+
  package-refresh-contents    refresh package list
+  package-list-packages       list available/installed packages
 

window

  C-x 0         kill focused window
@@ -161,6 +169,13 @@
   C-x 2         split horizontal
   C-x 3         split vertical
 
+

yank/paste

+
  C-<SPACE>  set start mark to select text
+  M-w        copy selected text
+  C-w        kill selected text
+  C-y        paste selected text
+  M-y        cycle through kill-ring
+

block/rect

  C-x <SPC>                     activate rectangle-mark-mode
   M-x string-rectangle <RET>    insert text in marked rect
-- 
cgit v1.2.3