From 641611c505fb483f01a33e09c49cb26a9f48c5e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Pankowski?= Date: Thu, 12 Dec 2019 21:29:15 +0100 Subject: [PATCH] bind avy-goto-char-timer to s-; --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index eb83a40..0f6ff5d 100644 --- a/init.el +++ b/init.el @@ -216,7 +216,7 @@ (use-package avy :bind - ("C-:" . avy-goto-char-timer)) + ("s-;" . avy-goto-char-timer)) ;;; Bind key `o` to selection of links by a single or two letters