private/default: set expand-region-contract-fast-key to fix prompt
This commit is contained in:
parent
3c36e7a767
commit
54ca27efa9
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue