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

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

[nongnu] elpa/xah-fly-keys 0422e2cfc8 1/2: putting back the key C-j. tha


From: ELPA Syncer
Subject: [nongnu] elpa/xah-fly-keys 0422e2cfc8 1/2: putting back the key C-j. that's for newline. forgot about that before.
Date: Sun, 11 Sep 2022 15:59:29 -0400 (EDT)

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

    putting back the key C-j. that's for newline. forgot about that before.
---
 xah-fly-keys.el | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/xah-fly-keys.el b/xah-fly-keys.el
index ea106a9a05..a6b09bfde0 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: 17.23.20220910102958
+;; Version: 17.23.20220911113118
 ;; Created: 10 Sep 2013
 ;; Package-Requires: ((emacs "24.1"))
 ;; Keywords: convenience, emulations, vim, ergoemacs
@@ -3906,10 +3906,10 @@ minor modes loaded later may override bindings in this 
map.")
   (global-set-key (kbd "C-d") 'nil)
   (global-set-key (kbd "C-e") 'nil)
   (global-set-key (kbd "C-f") 'nil)
-  ;; (global-set-key (kbd "C-g") 'nil)
-  ;; (global-set-key (kbd "C-h") 'nil)
-  ;; (global-set-key (kbd "C-i") 'nil)
-  (global-set-key (kbd "C-j") 'nil)
+  ;; (global-set-key (kbd "C-g") 'nil) ; cancel
+  ;; (global-set-key (kbd "C-h") 'nil) ; help
+  ;; (global-set-key (kbd "C-i") 'nil) ; tab
+  ;; (global-set-key (kbd "C-j") 'nil) ; newline
   (global-set-key (kbd "C-k") 'nil)
   (global-set-key (kbd "C-l") 'nil)
   ;; (global-set-key (kbd "C-m") 'nil)



reply via email to

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