chore(bindings): Replace ace-jump with avy
This commit is contained in:
parent
2dff64d9b4
commit
b713aab0d1
1 changed files with 3 additions and 3 deletions
|
@ -12,9 +12,9 @@
|
|||
(global-set-key (kbd "C-M-r") 'isearch-backward)
|
||||
(global-set-key (kbd "C-M-%") 'query-replace)
|
||||
|
||||
;; Ace-jump-mode
|
||||
(global-set-key (kbd "M-j") 'ace-jump-word-mode)
|
||||
(global-set-key (kbd "M-p") 'ace-jump-mode-pop-mark)
|
||||
;; Avy mode
|
||||
(global-set-key (kbd "M-j") 'avy-goto-char)
|
||||
(global-set-key (kbd "M-p") 'avy-pop-mark)
|
||||
|
||||
(global-set-key (kbd "C-x o") ; Yes, I went there!
|
||||
'ace-window)
|
||||
|
|
Loading…
Reference in a new issue