tweaks
This commit is contained in:
parent
6ae86b5969
commit
f0370c8e51
2 changed files with 13 additions and 15 deletions
|
@ -401,6 +401,15 @@
|
|||
"s-<return>" #'split-window-below
|
||||
"s-<mouse-1>" #'+fold/toggle)
|
||||
|
||||
;; remove default Lispy mode bindings
|
||||
(map! :map lispy-mode-map
|
||||
"M-<left>" nil
|
||||
"M-<right>" nil)
|
||||
(map! :map lispy-mode-map-lispy
|
||||
"M-<left>" nil
|
||||
"M-<right>" nil)
|
||||
|
||||
|
||||
(after! which-key
|
||||
(let ((prefix-re (regexp-opt (list doom-leader-key doom-leader-alt-key))))
|
||||
(cl-pushnew `((,(format "\\`\\(?:C-w\\|%s w\\) m\\'" prefix-re))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue