Use g? for help (#40)

This commit is contained in:
James Nguyen 2017-11-26 23:20:32 -08:00
parent 398ab2f4db
commit de887fb4be
4 changed files with 5 additions and 5 deletions

View File

@ -88,7 +88,7 @@
;; refresh
"gr" 'calendar-redraw
"?" 'calendar-goto-info-node ; Search is not very useful.
"g?" 'calendar-goto-info-node
(kbd "M-=") 'calendar-count-days-region
;; quit

View File

@ -77,7 +77,7 @@
"WS" 'edebug-toggle-save-windows
;; misc
"?" 'edebug-help
"g?" 'edebug-help
"d" 'edebug-backtrace
"-" 'negative-argument

View File

@ -45,7 +45,7 @@
(kbd "C-k") 'pass-prev-directory
"x" 'pass-kill
"s" 'isearch-forward
"?" 'describe-mode
"g?" 'describe-mode
"gr" 'pass-update-buffer))
(provide 'evil-pass)

View File

@ -284,8 +284,8 @@ Existing bindings:
*** Help (~?~)
If searching makes sense, keep ~?~ for backward search.
If not, it can be used to display help.
- ~g?~ : is the standard key for help related commands.
- ~?~ in places where backward search is not very useful.
*** History browsing (~C-n~, ~C-p~)