From 44568003794b75b01a58dc7a004ecd4214c35a94 Mon Sep 17 00:00:00 2001 From: Raphael Roberts Date: Mon, 4 Jan 2021 19:16:56 -0600 Subject: [PATCH 1/2] Set iedit-mode to terminal friendly freekey --- settings.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.org b/settings.org index 83c288f..d4c0cc5 100644 --- a/settings.org +++ b/settings.org @@ -15,7 +15,7 @@ ** IEdit mode #+begin_src emacs-lisp (use-package iedit - :bind ("C-;" . iedit-mode)) + :bind ("C-x j" . iedit-mode)) #+end_src ** Imenu #+begin_src emacs-lisp From ee0be40906921fc911e73e7715e7bc00981c8fa7 Mon Sep 17 00:00:00 2001 From: Raphael Roberts Date: Thu, 5 Nov 2020 19:52:43 -0600 Subject: [PATCH 2/2] Set string-inflection to terminal friendly freekey --- settings.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.org b/settings.org index d4c0cc5..4a2fdb5 100644 --- a/settings.org +++ b/settings.org @@ -30,7 +30,7 @@ ** String inflection #+begin_src emacs-lisp (use-package string-inflection - :bind ("C-M-," . my-string-inflection-cycle-auto) + :bind ("C-x c" . my-string-inflection-cycle-auto) :config (defun my-string-inflection-cycle-auto () "switching by major-mode"