Fix command name and remove normal unmodified Emacs key binding
This commit is contained in:
parent
ca79d7d8ae
commit
0895f76a56
11
README.org
11
README.org
@ -1445,9 +1445,9 @@ Consult usage tips are:
|
||||
#+caption[Configuration specific key bindings]:
|
||||
#+caption: Configuration specific key-bindings.
|
||||
#+name: tab:configuration-specific-key-bindings
|
||||
|-------------------------------+----------------------+--------------------|
|
||||
|-------------------------------+----------------+--------------------|
|
||||
| command | key map | keys |
|
||||
|-------------------------------+----------------------+--------------------|
|
||||
|-------------------------------+----------------+--------------------|
|
||||
| *consult-bookmark* | ctl-x-r-keymap | {{{kbd(C-x r b)}}} |
|
||||
| *consult-buffer-other-frame* | ctl-x-5-keymap | {{{kbd(C-x 5 b)}}} |
|
||||
| *consult-buffer-other-window* | ctl-x-4-keymap | {{{kbd(C-x 4 b)}}} |
|
||||
@ -1471,19 +1471,18 @@ Consult usage tips are:
|
||||
| *consult-outline* | goto-map | {{{kbd(M-g o)}}} |
|
||||
| *consult-register* | ctl-x-r-keymap | {{{kbd(C-x r x)}}} |
|
||||
| *consult-yank-pop* | global-map | {{{kbd(M-y)}}} |
|
||||
|-------------------------------+----------------------+--------------------|
|
||||
|-------------------------------+----------------+--------------------|
|
||||
| *elfeed* | global-map | {{{kbd(C-x w)}}} |
|
||||
| *iedit-mode* | global-map | {{{kbd(C-;)}}} |
|
||||
| *minibuffer-complete-history* | minibuffer-local-map | {{{kbd(C-<tab>)}}} |
|
||||
| *narrow-or-widen-dwim* | ctl-x-keymap | {{{kbd(C-x C-n)}}} |
|
||||
| *org-agenda* | global-map | {{{kbd(C-c a)}}} |
|
||||
| *org-capture* | global-map | {{{kbd(C-c c)}}} |
|
||||
| *org-cite-insert* | org-mode-map | {{{kbd(C-c b)}}} |
|
||||
| *org-goto* | org-goto | {{{kbd(C-c C-j)}}} |
|
||||
| *org-insert-link-global* | global-map | {{{kbd(C-c C-l)}}} |
|
||||
| *org-insert-link* | global-map | {{{kbd(C-c C-l)}}} |
|
||||
| *org-narrow-to-table* | ctl-x-keymap | {{{kbd(C-x n t)}}} |
|
||||
| *org-store-link* | global-map | {{{kbd(C-c l)}}} |
|
||||
|-------------------------------+----------------------+--------------------|
|
||||
|-------------------------------+----------------+--------------------|
|
||||
|
||||
* [[info:emacs#Search][Search and replace (info)]]
|
||||
:PROPERTIES:
|
||||
|
Loading…
Reference in New Issue
Block a user