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

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

[nongnu] elpa/xah-fly-keys 7fc6afdbe1: fix previous commit plus others.


From: ELPA Syncer
Subject: [nongnu] elpa/xah-fly-keys 7fc6afdbe1: fix previous commit plus others.
Date: Sat, 11 Nov 2023 19:00:33 -0500 (EST)

branch: elpa/xah-fly-keys
commit 7fc6afdbe1a7ebf632f1a45df3d120d939fc0725
Author: Xah Lee <xah@xahlee.org>
Commit: Xah Lee <xah@xahlee.org>

    fix previous commit plus others.
    delete-other-windows key is qwerty apostrophe (dvorak hypen).
    split-window-below key is qwerty hyphen (dvorak left square bracket).
    split-window-right key is qwerty equal (dvorak right square bracket).
    xah-cycle-hyphen-lowline-space is qwerty backslash (dvorak backslash).
---
 xah-fly-keys.el | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/xah-fly-keys.el b/xah-fly-keys.el
index f4841fe2e6..8295b242d5 100644
--- a/xah-fly-keys.el
+++ b/xah-fly-keys.el
@@ -4,7 +4,7 @@
 
 ;; Author: Xah Lee ( http://xahlee.info/ )
 ;; Maintainer: Xah Lee <xah@xahlee.org>
-;; Version: 24.16.20231111103752
+;; Version: 24.17.20231111131112
 ;; Created: 2013-09-10
 ;; Package-Requires: ((emacs "27"))
 ;; Keywords: convenience, vi, vim, ergoemacs, keybinding
@@ -3413,14 +3413,13 @@ Version: 2022-10-31"
      '(("SPC" . xah-fly-leader-key-map)
        ("'" . xah-reformat-lines)
        ("," . xah-shrink-whitespaces)
-       ("-" . xah-cycle-hyphen-lowline-space)
+       ("-" . delete-other-windows)
        ("." . backward-kill-word)
-       (";" . xah-comment-dwim)
        ("/" . hippie-expand)
-
+       (";" . xah-comment-dwim)
        ("[" . split-window-below)
-       ("]" . delete-other-windows)
-       ;; \\
+       ("\\" . xah-cycle-hyphen-lowline-space)
+       ("]" . split-window-right)
        ("`" . other-frame)
 
        ("1" . undefined)



reply via email to

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