From a923f93cabbb02ab46367095ff474e6d9b5e90c0 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sun, 24 Nov 2019 14:57:14 -0500 Subject: [PATCH] ui/window-select: fix other-window keybind --- modules/ui/window-select/README.org | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/modules/ui/window-select/README.org b/modules/ui/window-select/README.org index 34f5347b8..1f080e2e5 100644 --- a/modules/ui/window-select/README.org +++ b/modules/ui/window-select/README.org @@ -15,13 +15,11 @@ * Description This module provides several methods for selecting windows without the use of -the mouse or spatial navigation (e.g. =C-w {h,j,k,l}=). The command -~other-window~ is remapped to either ~switch-window~ or ~ace-window~, depending -on which backend you've enabled. +the mouse or spatial navigation (e.g. =C-w {h,j,k,l}=). -#+begin_quote -~other-window~ is bound to ~C-x o~ and ~SPC w o~. -#+end_quote +The command ~other-window~ is remapped to either ~switch-window~ or +~ace-window~, depending on which backend you've enabled. It is bound to ~C-x o~ +(and ~C-w C-w~ for evil users). It also provides numbered windows and selection with the ~winum~ package, if desired. Evil users can jump to window N in =C-w = (where N is a number