emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/swsw def4d94e43 013/146: ; Update README to better reflect


From: ELPA Syncer
Subject: [nongnu] elpa/swsw def4d94e43 013/146: ; Update README to better reflect the current state of the package
Date: Wed, 25 May 2022 02:59:39 -0400 (EDT)

branch: elpa/swsw
commit def4d94e43e10c97fd34afc41e726af81db20a60
Author: Daniel Semyonov <cmstr@dsemy.com>
Commit: Daniel Semyonov <cmstr@dsemy.com>

    ; Update README to better reflect the current state of the package
---
 README | 19 ++++++++++++++-----
 1 file changed, 14 insertions(+), 5 deletions(-)

diff --git a/README b/README
index ae88384c77..e2742e35b9 100644
--- a/README
+++ b/README
@@ -3,13 +3,14 @@ swsw - simple window switching
 DESCRIPTION
 
 swsw is an Emacs package which provides a minor mode for switching windows
-similarly to `ace-window'.
+similarly to `ace-window' and `switch-window'.
 
 USAGE
 
 When swsw-mode is active:
-- a single character CHAR is added to the beginning of the mode line of each
+- A single character CHAR is added to the beginning of the mode line of each
   active window.
+- A single (predefined) character CHAR corresponds to the minibuffer.
 - Pressing M-x swsw-select RET CHAR switches focus to the window which
   corresponds to CHAR.
 
@@ -19,15 +20,15 @@ Currently, only manual installation is available:
 
 1. Clone the repository:
 
+$ cd $your_emacs_directory
+
 $ git clone 'https://git.sr.ht/~dsemy/swsw'
 
 2. Load the package and enable the minor mode:
 
 ;; vanilla
 (add-to-list 'load-path (locate-user-emacs-file "swsw"))
-
 (require 'swsw)
-
 (swsw-mode)
 
 ;; use-package
@@ -36,7 +37,15 @@ $ git clone 'https://git.sr.ht/~dsemy/swsw'
   :config
   (swsw-mode))
 
+KNOWN ISSUES
+
+- swsw only ever assigns a single character to a window, which means that if
+  there are more active windows than specified characters, swsw won't be able
+  to switch to some of them.
+- swsw can switch to, but can't display the ID of windows which don't have a
+  mode line.
+
 COPYRIGHT
 
 Copyright © 2020 Daniel Semyonov <cmstr@dsemy.com>
-Licensed under GPLv3 or later.
\ No newline at end of file
+Licensed under GPLv3 or later.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]