Formatting
This commit is contained in:
parent
271b9e4b57
commit
9db4107d4a
@ -40,24 +40,24 @@
|
||||
:general
|
||||
("M-o" #'embark-act)
|
||||
('normal embark-collect-mode-map
|
||||
"TAB" #'forward-button
|
||||
"?" #'describe-mode
|
||||
"A" #'embark-collect-direct-action-minor-mode
|
||||
"S" #'tabulated-list-sort
|
||||
"a" #'embark-act
|
||||
"b" #'backward-button
|
||||
"e" #'embark-export
|
||||
"f" #'forward-button
|
||||
"gr" #'revert-buffer
|
||||
"n" #'next-line
|
||||
"p" #'previous-line
|
||||
"q" #'quit-window
|
||||
"s" #'isearch-forward
|
||||
"v" #'embark-collect-toggle-view
|
||||
"z" #'embark-collect-zebra-minor-mode
|
||||
"{" #'tabulated-list-narrow-current-column
|
||||
"}" #'tabulated-list-widen-current-column
|
||||
"<backtab>" #'backward-button)
|
||||
"TAB" #'forward-button
|
||||
"?" #'describe-mode
|
||||
"A" #'embark-collect-direct-action-minor-mode
|
||||
"S" #'tabulated-list-sort
|
||||
"a" #'embark-act
|
||||
"b" #'backward-button
|
||||
"e" #'embark-export
|
||||
"f" #'forward-button
|
||||
"gr" #'revert-buffer
|
||||
"n" #'next-line
|
||||
"p" #'previous-line
|
||||
"q" #'quit-window
|
||||
"s" #'isearch-forward
|
||||
"v" #'embark-collect-toggle-view
|
||||
"z" #'embark-collect-zebra-minor-mode
|
||||
"{" #'tabulated-list-narrow-current-column
|
||||
"}" #'tabulated-list-widen-current-column
|
||||
"<backtab>" #'backward-button)
|
||||
:custom
|
||||
(embark-prompter 'embark-keymap-prompter))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user