mirror of
https://github.com/vale981/boon
synced 2025-03-04 17:11:40 -05:00
extra keys
This commit is contained in:
parent
78f245b52d
commit
e426adbb5a
1 changed files with 3 additions and 0 deletions
|
@ -23,6 +23,8 @@
|
|||
(define-key boon-command-map [(backspace)] 'undefined)
|
||||
(define-key boon-command-map "`" 'boon-toggle-case)
|
||||
|
||||
(define-key boon-command-map "!" 'shell-command)
|
||||
(define-key boon-command-map "|" 'shell-command-on-region)
|
||||
(define-key boon-command-map "_" 'redo)
|
||||
(define-key boon-command-map "-" 'undo)
|
||||
(define-key boon-command-map "=" 'universal-argument)
|
||||
|
@ -35,6 +37,7 @@
|
|||
(append (kbd kbd-string) unread-command-events)))
|
||||
|
||||
(define-key boon-c-map "!" (lambda () (interactive) (boon-push-events "C-c !")))
|
||||
(define-key boon-c-map "'" (lambda () (interactive) (boon-push-events "C-c '")))
|
||||
(define-key boon-c-map " " (lambda () (interactive) (boon-push-events "C-c C-SPC")))
|
||||
(define-key boon-c-map "," (lambda () (interactive) (boon-push-events "C-c C-,")))
|
||||
(define-key boon-c-map "." (lambda () (interactive) (boon-push-events "C-c C-.")))
|
||||
|
|
Loading…
Add table
Reference in a new issue