diff --git a/init.d/basics/input.el b/init.d/basics/input.el index 44e722c..1efd393 100644 --- a/init.d/basics/input.el +++ b/init.d/basics/input.el @@ -1,6 +1,6 @@ ;;; input.el --- Configure behaviour of input devices. -*- lexical-binding: t; -*- -;; Time-stamp: <2020-11-25T06:29:01+0100> +;; Time-stamp: <2020-11-29T13:28:27+0100> ;;; Commentary: ;; * Setup mouse & keyboard behaviour. @@ -75,7 +75,11 @@ With ARG, do it that many times." ;; Edit multiple regions in the same way simultaneously. (use-package iedit - :bind ("C-;" . iedit-mode)) + :bind (("C-;" . iedit-mode) + ("M-;" . iedit-mode) + ;; ↓↑ Compatibility with TUI. + (:map iedit-mode-keymap + ("M-;" . iedit-mode)))) ;; Display available keybindings. (use-package which-key