branch: externals/windower
commit c959a3a3de07daabc30bf46588efe8b4d39ab2c4
Author: Pierre Neidhardt <m...@ambrevar.xyz>
Commit: Pierre Neidhardt <m...@ambrevar.xyz>

    Remove obsolete windower-swap-windows from commentary.
---
 windower.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/windower.el b/windower.el
index 2641b90..af01f2f 100644
--- a/windower.el
+++ b/windower.el
@@ -28,10 +28,9 @@
 ;; This package provides the commands below.  The commands are most useful when
 ;; bound to accessible bindings, for instance:
 ;;
-;;   (global-set-key (kbd "C-x \\") 'windower-swap-windows)
-;;   (global-set-key (kbd "C-x C-\\") 'windower-toggle-split)
 ;;   (global-set-key (kbd "<s-tab>") 'windower-switch-to-last-buffer)
 ;;   (global-set-key (kbd "<s-o>") 'windower-toggle-single)
+;;   (global-set-key (kbd "s-\\") 'windower-toggle-split)
 ;;
 ;;   (global-set-key (kbd "<s-M-left>") 'windower-move-border-left)
 ;;   (global-set-key (kbd "<s-M-down>") 'windower-move-border-below)

Reply via email to