diff options
author | Óscar Nájera <hi@oscarnajera.com> | 2021-05-07 22:13:27 +0200 |
---|---|---|
committer | Óscar Nájera <hi@oscarnajera.com> | 2021-05-17 09:59:37 +0200 |
commit | 5a9128416b922c645544277d13e1f408c8bbd33b (patch) | |
tree | 8a1cdc1db5c851277fc9dd71073fb8fffbdf003d | |
parent | 44e3ea994965bff373ae4cc87caf1fbe5d1822a5 (diff) | |
download | dotfiles-5a9128416b922c645544277d13e1f408c8bbd33b.tar.gz dotfiles-5a9128416b922c645544277d13e1f408c8bbd33b.tar.bz2 dotfiles-5a9128416b922c645544277d13e1f408c8bbd33b.zip |
window manipulation keybind
-rw-r--r-- | config/doom/config.org | 1 |
1 files changed, 1 insertions, 0 deletions
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 |