aboutsummaryrefslogtreecommitdiff
path: root/Doom/.doom.d/org/config.org
diff options
context:
space:
mode:
authordx <aryadevchavali1@gmail.com>2020-05-17 09:30:19 +0100
committerdx <aryadevchavali1@gmail.com>2020-05-17 09:30:19 +0100
commit26e412ff0425d54d2f2154ff139dc3e6d8181d95 (patch)
tree74a378edd50da4d64aa87109738c49dd86143668 /Doom/.doom.d/org/config.org
parent9526e32760bfa4c0b770069cc86e5c7425da7f5c (diff)
downloaddotfiles-26e412ff0425d54d2f2154ff139dc3e6d8181d95.tar.gz
dotfiles-26e412ff0425d54d2f2154ff139dc3e6d8181d95.tar.bz2
dotfiles-26e412ff0425d54d2f2154ff139dc3e6d8181d95.zip
~ace window binding to lower w
I use that binding a lot, makes sense to use lower w instead
Diffstat (limited to 'Doom/.doom.d/org/config.org')
-rw-r--r--Doom/.doom.d/org/config.org2
1 files changed, 1 insertions, 1 deletions
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 <SPC>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