This commit is contained in:
James Nguyen 2018-02-24 17:14:40 -08:00
parent 5b2da79e7e
commit 441e93bd19
3 changed files with 7 additions and 7 deletions

View File

@ -94,7 +94,7 @@ need to call it in its load hook."
"." 'calcDigit-start
"/" 'calc-divide
":" 'calc-fdiv
";" 'calc-semi ; TODO: Shall we really override `evil-ex'?
";" 'calc-semi ; TODO: Shall we really override `evil-ex'?
"<" 'calc-scroll-left
"=" 'calc-evaluate
">" 'calc-scroll-right
@ -129,7 +129,7 @@ need to call it in its load hook."
"n" 'calc-change-sign
"o" 'calc-realign
"w" 'calc-why
"x" 'calc-execute-extended-command ; TODO: Conflicts with calc-pop.
"x" 'calc-execute-extended-command ; TODO: Conflicts with calc-pop.
"|" 'calc-concat
"{" 'calc-scroll-down ; TODO: Not necessary?
"}" 'calc-scroll-up ; TODO: Not necessary?

View File

@ -52,7 +52,7 @@
"S" 'elfeed-search-set-filter
;; refresh
"gR" 'elfeed-search-fetch ; TODO: Which update function is more useful?
"gR" 'elfeed-search-fetch ; TODO: Which update function is more useful?
"gr" 'elfeed-search-update--force
;; quit

View File

@ -46,9 +46,9 @@
"M" 'proced-unmark-all
"~" 'proced-toggle-marks
"c" 'proced-mark-children
"C" 'proced-mark-children ; Emacs has "C"
"C" 'proced-mark-children ; Emacs has "C"
"p" 'proced-mark-parents
"P" 'proced-mark-parents ; Emacs has "P"
"P" 'proced-mark-parents ; Emacs has "P"
(kbd "<delete>") 'proced-unmark-backward
;; motion
@ -60,7 +60,7 @@
"u" 'proced-undo
"O" 'proced-omit-processes ; TODO: Change default binding?
"O" 'proced-omit-processes ; TODO: Change default binding?
"x" 'proced-send-signal ; Emacs has "k" and "x", "k" is mentioned in documentation
@ -83,7 +83,7 @@
"gr" 'revert-buffer
;; quit
"q" 'quit-window ; TODO: Macro support?
"q" 'quit-window ; TODO: Macro support?
"ZQ" 'evil-quit
"ZZ" 'quit-window))