mirror of
https://github.com/vale981/boon
synced 2025-03-05 09:31:43 -05:00
move some colemak-specific stuff where is should go
This commit is contained in:
parent
8b9fd6320e
commit
ae91446de9
2 changed files with 9 additions and 7 deletions
|
@ -177,6 +177,14 @@
|
|||
(define-key boon-command-map "H" 'ace-jump-char-mode) ; Hop
|
||||
(define-key boon-command-map "'" 'boon-toggle-mark)
|
||||
|
||||
|
||||
(eval-after-load 'helm
|
||||
'(progn
|
||||
(define-key helm-map (kbd "C-l") 'previous-history-element)
|
||||
(define-key helm-map (kbd "C-;") 'next-history-element)
|
||||
(define-key helm-map (kbd "C-u") 'helm-previous-line)
|
||||
(define-key helm-map (kbd "C-y") 'helm-next-line)
|
||||
(define-key helm-map (kbd "C-,") 'helm-previous-page)
|
||||
(define-key helm-map (kbd "C-.") 'helm-next-page)
|
||||
))
|
||||
(provide 'boon-colemak)
|
||||
;;; boon-colemak.el ends here
|
||||
|
|
|
@ -95,12 +95,6 @@
|
|||
;; Helm keys
|
||||
(eval-after-load 'helm
|
||||
'(progn
|
||||
(define-key helm-map (kbd "C-l") 'previous-history-element)
|
||||
(define-key helm-map (kbd "C-;") 'next-history-element)
|
||||
(define-key helm-map (kbd "C-u") 'helm-previous-line)
|
||||
(define-key helm-map (kbd "C-y") 'helm-next-line)
|
||||
(define-key helm-map (kbd "C-,") 'helm-previous-page)
|
||||
(define-key helm-map (kbd "C-.") 'helm-next-page)
|
||||
(define-key helm-map [(tab)] 'helm-select-action)
|
||||
(define-key helm-map (kbd "C-z") 'undefined)
|
||||
(define-key helm-map [(control return)] 'helm-execute-persistent-action)
|
||||
|
|
Loading…
Add table
Reference in a new issue