mirror of
https://github.com/vale981/boon
synced 2025-03-05 09:31:43 -05:00
oops, fix navigation keys in keybindings
This commit is contained in:
parent
ea4522595d
commit
5f1b6a270c
3 changed files with 0 additions and 9 deletions
|
@ -65,9 +65,6 @@
|
|||
(define-key boon-moves-map "w" '("where was?" . boon-backward-search-map))
|
||||
(define-key boon-moves-map "f" '("find forward" . boon-forward-search-map))
|
||||
|
||||
(define-key boon-moves-map "ww" 'boon-qsearch-previous)
|
||||
(define-key boon-moves-map "ff" 'boon-qsearch-next)
|
||||
|
||||
(define-key boon-moves-map "W" 'boon-qsearch-previous)
|
||||
(define-key boon-moves-map "F" 'boon-qsearch-next)
|
||||
|
||||
|
|
|
@ -62,9 +62,6 @@
|
|||
(define-key boon-moves-map "w" '("where was?" . boon-backward-search-map))
|
||||
(define-key boon-moves-map "e" '("elsewhere?" . boon-forward-search-map))
|
||||
|
||||
(define-key boon-moves-map "ww" 'boon-qsearch-previous)
|
||||
(define-key boon-moves-map "ee" 'boon-qsearch-next)
|
||||
|
||||
(define-key boon-moves-map "W" 'boon-qsearch-previous)
|
||||
(define-key boon-moves-map "E" 'boon-qsearch-next)
|
||||
|
||||
|
|
|
@ -62,9 +62,6 @@
|
|||
(define-key boon-moves-map "w" '("where was?" . boon-backward-search-map))
|
||||
(define-key boon-moves-map "e" '("elsewhere?" . boon-forward-search-map))
|
||||
|
||||
(define-key boon-moves-map "ww" 'boon-qsearch-previous)
|
||||
(define-key boon-moves-map "ee" 'boon-qsearch-next)
|
||||
|
||||
(define-key boon-moves-map "W" 'boon-qsearch-previous)
|
||||
(define-key boon-moves-map "E" 'boon-qsearch-next)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue