mirror of
https://github.com/vale981/boon
synced 2025-03-04 09:01:39 -05:00
add alternative nav keys
This commit is contained in:
parent
f316939eea
commit
41887f85b2
1 changed files with 2 additions and 0 deletions
|
@ -35,6 +35,8 @@
|
|||
(define-key boon-command-map [(backspace)] 'undefined)
|
||||
(define-key boon-command-map (kbd "<DEL>") 'undefined)
|
||||
(define-key boon-command-map "`" 'boon-toggle-case)
|
||||
(define-key boon-moves-map "[" '("[-" . boon-navigate-backward))
|
||||
(define-key boon-moves-map "]" '("-]" . boon-navigate-forward))
|
||||
|
||||
(define-key boon-command-map "!" 'shell-command)
|
||||
(define-key boon-command-map "|" 'shell-command-on-region)
|
||||
|
|
Loading…
Add table
Reference in a new issue