Emacs: adjusted avy

This commit is contained in:
Marcel Kapfer 2018-03-12 11:31:16 +01:00
parent 3afeef0efb
commit 910dc06f1e

View file

@ -638,7 +638,8 @@
;; Jump to arbitrary positions in visible text and select text quickly. ;; Jump to arbitrary positions in visible text and select text quickly.
(use-package avy (use-package avy
:bind :bind
(("s-s" . avy-goto-char))) (("s-s" . avy-goto-char-2)
("s-l" . avy-goto-line)))
;; smooth-scrolling ;; smooth-scrolling
;; Make emacs scroll smoothly ;; Make emacs scroll smoothly