Start tabulating basic Emacs key bindings

This commit is contained in:
Gerard Vermeulen 2022-03-28 09:46:04 +02:00
parent 7c69727fc7
commit cc49248a14
1 changed files with 18 additions and 0 deletions

View File

@ -572,6 +572,24 @@ a path in my home directory to the places where =info= looks for files.
:PROPERTIES:
:CUSTOM_ID: sec:key-bindings
:END:
#+attr_latex: :booktabs yes :float table
#+caption[Basic Emacs key bindings]:
#+caption: Basic Emacs key-bindings.
#+name: tab:basic-emacs-key-bindings
|----------------------+------------------------+--------------|
| command | keys | key map |
|----------------------+------------------------+--------------|
| =undo= | {{{kbd(s-z)}}} | =global-map= |
| =backward-kill-word= | {{{kbd(C-backspace)}}} | =global-map= |
| =backward-char= | {{{kbd(C-b)}}} | =global-map= |
| =forward-char= | {{{kbd(C-f)}}} | =global-map= |
| =backward-word= | {{{kbd(M-b)}}} | =global-map= |
| =forward-word= | {{{kbd(M-f)}}} | =global-map= |
| =backward-sentence= | {{{kbd(M-a)}}} | =global-map= |
| =forward-sentence= | {{{kbd(M-e)}}} | =global-map= |
|----------------------+------------------------+--------------|
** [[info:emacs#Disabling][Disabling Commands (info)]]
:PROPERTIES:
:CUSTOM_ID: sec:enable-disabled-commands