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

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

[nongnu] elpa/xah-fly-keys 31111e1172 1/2: key changes:


From: ELPA Syncer
Subject: [nongnu] elpa/xah-fly-keys 31111e1172 1/2: key changes:
Date: Fri, 31 Mar 2023 03:03:35 -0400 (EDT)

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

    key changes:
    • removed 【space k '】 for 「reverse-region」
    • changed 「xah-reformat-to-sentence-lines」 from 【space k b】 to  【space k 
q】, it's more compatible with q for 「xah-reformat-lines」
    • added  【space k x】 for 「xah-title-case-region-or-line」 . compatible with 
「xah-toggle-letter-case」
---
 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 452e5a9ff6..61aff529d2 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: 23.5.20230325210542
+;; Version: 23.6.20230329114738
 ;; Created: 10 Sep 2013
 ;; Package-Requires: ((emacs "24.1"))
 ;; Keywords: convenience, emulations, vim, ergoemacs
@@ -3205,7 +3205,7 @@ Version 2022-10-31"
        ;; most frequently used
        ("t <up>"  . xah-move-block-up)
        ("t <down>"  . xah-move-block-down)
-       ("t '" . reverse-region)
+       ("t '" . xah-reformat-to-sentence-lines)
        ("t ," . sort-numeric-fields)
        ("t ." . xah-sort-lines)
        ("t 1" . xah-append-to-register-1)
@@ -3231,7 +3231,7 @@ Version 2022-10-31"
        ("t t" . repeat)
        ("t u" . delete-matching-lines)
        ("t w" . xah-next-window-or-frame)
-       ("t x" . xah-reformat-to-sentence-lines)
+       ("t x" . xah-title-case-region-or-line)
        ("t y" . delete-duplicate-lines)
 
        ("u" . switch-to-buffer)



reply via email to

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