diff --git a/init.d/basics/input.el b/init.d/basics/input.el index 30ffb3c..ea33d82 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-03-29T21:49:39+0200> +;; Time-stamp: <2020-03-29T22:58:40+0200> ;;; Commentary: ;; * Setup mouse & keyboard behaviour. @@ -64,7 +64,8 @@ With ARG, do it that many times." ;; Insert next character with control characters. ("C-S-v" . quoted-insert) ;; C-x C-f will be replaced with projectile-find-file. - ("C-x C-S-f" . find-file)))) + ("C-x C-S-f" . find-file) + ("C-x F" . find-file)))) ; Workaround for terminals. ; Multiple cursors. (use-package multiple-cursors