From 26e412ff0425d54d2f2154ff139dc3e6d8181d95 Mon Sep 17 00:00:00 2001 From: dx Date: Sun, 17 May 2020 09:30:19 +0100 Subject: ~ace window binding to lower w I use that binding a lot, makes sense to use lower w instead --- Doom/.doom.d/org/config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Doom/.doom.d/org') diff --git a/Doom/.doom.d/org/config.org b/Doom/.doom.d/org/config.org index 5d3105a..3b379b7 100644 --- a/Doom/.doom.d/org/config.org +++ b/Doom/.doom.d/org/config.org @@ -481,7 +481,7 @@ General keymap :leader :prefix ("w" . "window") ; Windows :desc "Close window" "d" #'+workspace/close-window-or-workspace ; is slightly closer together than wc - :desc "Switch window" "W" #'ace-window ; is also used in spacemacs so I'd rather use this + :desc "Switch window" "w" #'ace-window ; is also used in spacemacs so I'd rather use this :desc "Swap windows" "S" #'ace-swap-window) ; allows me to switch windows more efficiently than before, better than just motions #+END_SRC ** Code -- cgit v1.2.3-13-gbd6f