branch: elpa/xah-fly-keys
commit 10316e7bd865e5ba23291d7fd939649201a214a5
Author: Xah Lee <[email protected]>
Commit: Xah Lee <[email protected]>
now key t (dvorak y) is back to set-mark-command, because seems a simple
key for that basic command is commonly wanted. (was xah-fly-cancel).
experimental. thanks to spiderbit
https://github.com/xahlee/xah-fly-keys/issues/194
---
xah-fly-keys.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/xah-fly-keys.el b/xah-fly-keys.el
index 3f23abf79e..bc854dedaa 100644
--- a/xah-fly-keys.el
+++ b/xah-fly-keys.el
@@ -4,7 +4,7 @@
;; Author: Xah Lee ( http://xahlee.info/ )
;; Maintainer: Xah Lee <[email protected]>
-;; Version: 28.11.20260204154143
+;; Version: 28.11.20260215192642
;; Created: 2013-09-10
;; Package-Requires: ((emacs "28.3"))
;; Keywords: convenience, vi, vim, ergoemacs, keybinding
@@ -3745,7 +3745,7 @@ Version: 2024-04-22"
("v" . xah-forward-right-bracket)
("w" . xah-next-window-or-frame)
("x" . xah-toggle-letter-case)
- ("y" . xah-fly-cancel)
+ ("y" . set-mark-command)
("z" . xah-goto-matching-bracket)))
;;