From f403a05d70a73b04b8c30f9dd295f516bdbf666f Mon Sep 17 00:00:00 2001 From: Gerry Agbobada Date: Tue, 6 Oct 2020 00:02:23 +0200 Subject: [PATCH] =?UTF-8?q?[bepo]=20Map=20ace=20window=20to=20?= =?UTF-8?q?=C3=A9=C3=A9=20(from=20ww)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/input/layout/+bepo.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/input/layout/+bepo.el b/modules/input/layout/+bepo.el index 360f9d635..cd298028c 100644 --- a/modules/input/layout/+bepo.el +++ b/modules/input/layout/+bepo.el @@ -27,6 +27,8 @@ (map! :leader :desc "Window" "é" 'evil-window-map + (:prefix "é" + :desc "Ace window" "é" #'ace-window) (:when (featurep! :ui popup) :desc "Toggle last popup" "#" #'+popup/toggle) (:when (featurep! :ui workspaces)