Tom Tromey <tromey at redhat.com>
(blackbox-mode-map): Add `q' and [return] bindings.
This commit is contained in:
parent
d65fc712a6
commit
c14bb1fb7c
1 changed files with 2 additions and 0 deletions
|
@ -106,7 +106,9 @@
|
|||
(blackbox-redefine-key map 'move-end-of-line 'bb-eol)
|
||||
(blackbox-redefine-key map 'move-beginning-of-line 'bb-bol)
|
||||
(define-key map " " 'bb-romp)
|
||||
(define-key map "q" 'bury-buffer)
|
||||
(define-key map [insert] 'bb-romp)
|
||||
(define-key map [return] 'bb-done)
|
||||
(blackbox-redefine-key map 'newline 'bb-done)
|
||||
map))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue