From 54ca27efa98d43bdb316fd2b44d2753e036e8f8e Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Tue, 30 Jan 2018 14:25:43 -0500 Subject: [PATCH] private/default: set expand-region-contract-fast-key to fix prompt --- modules/private/default/+bindings.el | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/private/default/+bindings.el b/modules/private/default/+bindings.el index 7cea5eacd..2cd99605b 100644 --- a/modules/private/default/+bindings.el +++ b/modules/private/default/+bindings.el @@ -1,5 +1,10 @@ ;;; private/default/+bindings.el -*- lexical-binding: t; -*- +;; expand-region's prompt can't tell what key contract-region is bound to, so we +;; tell it explicitly. +(setq expand-region-contract-fast-key "V") + + ;; This files defines a Spacemacs-esque keybinding scheme (map! [remap evil-jump-to-tag] #'projectile-find-tag