branch: elpa/xah-fly-keys
commit 6325c560b8eaaa1d7726a52ecc2ff055c11f8edf
Author: Xah Lee <x...@xahlee.org>
Commit: Xah Lee <x...@xahlee.org>

    swapped back the keys for save-buffer and end-of-buffer. (now, dvorak s and 
b.) Reason: last week we swapped the keys. the reason was to be more consistent 
with the dvorak s (qwerty ;) for end command the xah-end-of-line-or-block. but 
turn out, this is not too ergonomic. in other words, we gained little 
consistency at the expensive of little inefficiency. so, swapping them back now.
---
 xah-fly-keys.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/xah-fly-keys.el b/xah-fly-keys.el
index d2a8c04cfa..b5b59fddb1 100644
--- a/xah-fly-keys.el
+++ b/xah-fly-keys.el
@@ -4,7 +4,7 @@
 
 ;; Author: Xah Lee ( http://xahlee.info/ )
 ;; Maintainer: Xah Lee <x...@xahlee.org>
-;; Version: 27.7.20250720182709
+;; Version: 27.8.20250721075420
 ;; Created: 2013-09-10
 ;; Package-Requires: ((emacs "28.3"))
 ;; Keywords: convenience, vi, vim, ergoemacs, keybinding
@@ -3401,7 +3401,7 @@ Version: 2024-04-22"
        ;; `
 
        ("a" . mark-whole-buffer)
-       ("b" . save-buffer)
+       ("b" . end-of-buffer)
 
        ("c ," . xah-open-in-external-app)
        ("c ." . find-file)
@@ -3648,7 +3648,7 @@ Version: 2024-04-22"
        ("r y" . delete-whitespace-rectangle)
        ("r z" . nil)
 
-       ("s" . end-of-buffer)
+       ("s" . save-buffer)
 
        ;; most frequently used
        ("t <up>"  . xah-move-block-up)

Reply via email to