mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-07 12:47:30 -05:00
private/default: set expand-region-contract-fast-key to fix prompt
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user