From 5a9128416b922c645544277d13e1f408c8bbd33b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93scar=20N=C3=A1jera?= Date: Fri, 7 May 2021 22:13:27 +0200 Subject: window manipulation keybind --- config/doom/config.org | 1 + 1 file changed, 1 insertion(+) diff --git a/config/doom/config.org b/config/doom/config.org index 41c20ee..bb00d04 100644 --- a/config/doom/config.org +++ b/config/doom/config.org @@ -40,6 +40,7 @@ This allows me to jump to buffer positions using my home row ordering ** Ace window #+begin_src emacs-lisp (after! ace-window + (global-set-key (kbd "s-w") 'evil-window-map) (setq aw-keys '(?r ?t ?i ?e ?a ?o ?n ?s))) #+end_src ** Which-key -- cgit v1.2.3