mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-26 16:41:04 -05:00
Use avy instead of ace-jump
This commit is contained in:
@@ -133,8 +133,8 @@
|
||||
:n "gx" 'evil-exchange
|
||||
:n "gr" 'narf:eval-region
|
||||
:v "gR" 'narf:eval-region-and-replace
|
||||
:m "gl" 'narf:goto-line
|
||||
:m "gs" 'evil-ace-jump-two-chars-mode
|
||||
:m "gl" 'avy-goto-line
|
||||
:m "gs" 'avy-goto-char-2
|
||||
:m "g]" 'smart-down
|
||||
:m "g[" 'smart-up
|
||||
|
||||
|
Reference in New Issue
Block a user