Start tabulating basic Emacs key bindings
This commit is contained in:
parent
7c69727fc7
commit
cc49248a14
18
README.org
18
README.org
@ -572,6 +572,24 @@ a path in my home directory to the places where =info= looks for files.
|
|||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:CUSTOM_ID: sec:key-bindings
|
:CUSTOM_ID: sec:key-bindings
|
||||||
:END:
|
: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)]]
|
** [[info:emacs#Disabling][Disabling Commands (info)]]
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:CUSTOM_ID: sec:enable-disabled-commands
|
:CUSTOM_ID: sec:enable-disabled-commands
|
||||||
|
Loading…
Reference in New Issue
Block a user