branch: externals/window-commander
commit 8044341fdb0a72843499f354d84055e94d411028
Author: Daniel Semyonov <[email protected]>
Commit: Daniel Semyonov <[email protected]>
; Update README to no longer suggest binding 'C-x o' in 'swsw-mode-map'
---
README | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)
diff --git a/README b/README
index cfb10bd3af..95d00e5aa5 100644
--- a/README
+++ b/README
@@ -22,15 +22,10 @@ Usage:
Enable `swsw-mode' and (optionally) bind `swsw-select' to a key:
(swsw-mode)
-(define-key swsw-mode-map "C-x o" #'swsw-select)
For use-package users:
(use-package swsw
- :demand ; :bind keyword causes loading to defer.
- :bind
- (:map swsw-mode-map
- ("C-x o" . swsw-select))
:config
(swsw-mode))
@@ -42,8 +37,7 @@ When swsw-mode is active:
- Window IDs are assigned to all windows on all frames (by default, see
`swsw-scope').
-C-x o RET ID (if bound) or M-x swsw-select RET ID switches focus to the window
-which corresponds to ID.
+C-x o ID switches focus to the window which corresponds to ID.
You can customize `swsw-mode' using the customize interface: