spacemacs-buffer: Add back q binding
It seems to have been lost with the switch to fundamental-mode
This commit is contained in:
parent
6d8222cedc
commit
f3ef9cd206
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ version the release note it displayed")
|
||||||
(define-key map [backtab] 'widget-backward)
|
(define-key map [backtab] 'widget-backward)
|
||||||
(define-key map (kbd "RET") 'widget-button-press)
|
(define-key map (kbd "RET") 'widget-button-press)
|
||||||
(define-key map [down-mouse-1] 'widget-button-click)
|
(define-key map [down-mouse-1] 'widget-button-click)
|
||||||
|
(define-key map "q" 'quit-window)
|
||||||
map)
|
map)
|
||||||
"Keymap for spacemacs buffer mode.")
|
"Keymap for spacemacs buffer mode.")
|
||||||
|
|
||||||
|
|
Reference in a new issue