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

    changed keys. xah-pop-local-mark-ring was dvorak Y (qwerty T) in command 
mode. now dvorak space y y (qwerty space t t). press RET to repeat.
    xah-show-kill-ring had dvorak space y (qwerty space t), now is dvorak space 
y y (qwerty space t t)
---
 xah-fly-keys.el | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/xah-fly-keys.el b/xah-fly-keys.el
index 97dfb1dfb9..5fa4905c5b 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.4.20250718102933
+;; Version: 27.5.20250719153805
 ;; Created: 2013-09-10
 ;; Package-Requires: ((emacs "28.3"))
 ;; Keywords: convenience, vi, vim, ergoemacs, keybinding
@@ -3695,7 +3695,10 @@ Version: 2024-04-22"
        ("w j" . xah-run-current-file)
 
        ("x" . xah-toggle-previous-letter-case)
-       ("y" . xah-show-kill-ring)
+
+       ("y y" . xah-pop-local-mark-ring)
+       ("y j" . xah-show-kill-ring)
+
        ;; vc command keys subject to change. need a frequency stat of the 
commands.
 
        ("z b" . vc-root-diff)      ; D
@@ -3743,8 +3746,6 @@ Version: 2024-04-22"
        ("U" . delete-char)
        ("E" . delete-backward-char)
 
-       ("Y" . xah-pop-local-mark-ring)
-
        ("a" . execute-extended-command)
        ("b" . isearch-forward)
        ("c" . previous-line)

Reply via email to