mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-25 07:28:20 +00:00
(edt-setup-default-bindings): Bind f1 and help like C-h.
This commit is contained in:
parent
19ab8db907
commit
a15bb73af4
@ -1769,6 +1769,8 @@ If FILE is nil, try to load a default file. The default file names are
|
||||
;; GOLD bindings for a few Control keys.
|
||||
(edt-bind-gold-key "\C-g" 'keyboard-quit t); Just in case.
|
||||
(edt-bind-gold-key "\C-h" 'help-for-help t)
|
||||
(edt-bind-gold-key [f1] 'help-for-help t)
|
||||
(edt-bind-gold-key [help] 'help-for-help t)
|
||||
(edt-bind-gold-key "\C-\\" 'split-window-vertically t)
|
||||
|
||||
;; GOLD bindings for regular keys.
|
||||
|
Loading…
Reference in New Issue
Block a user