input/layout: remove redundancies
Some forms snuck into the last commit.
This commit is contained in:
parent
485381f6d1
commit
59a8856ecf
1 changed files with 15 additions and 17 deletions
|
@ -70,12 +70,10 @@ In all cases, 'h' functions go to 'c' and 'l' ones go to 'r' so the navigation k
|
||||||
(down . "t")
|
(down . "t")
|
||||||
(left . "c")
|
(left . "c")
|
||||||
(right . "r")))
|
(right . "r")))
|
||||||
(after! evil
|
|
||||||
(+layout-bepo-rotate-ts-bare-keymap '(read-expression-map))
|
(+layout-bepo-rotate-ts-bare-keymap '(read-expression-map))
|
||||||
(+layout-bepo-rotate-bare-keymap '(evil-window-map) +layout-bepo-cr-rotation-style)
|
(+layout-bepo-rotate-bare-keymap '(evil-window-map) +layout-bepo-cr-rotation-style)
|
||||||
(+layout-bepo-rotate-evil-keymap +layout-bepo-cr-rotation-style)
|
(+layout-bepo-rotate-evil-keymap +layout-bepo-cr-rotation-style)
|
||||||
|
|
||||||
(evil-define-key* 'insert 'global (kbd "C-t") #'+default-newline)
|
|
||||||
(map! :i "C-t" #'+default-newline
|
(map! :i "C-t" #'+default-newline
|
||||||
(:when (featurep! :editor multiple-cursors)
|
(:when (featurep! :editor multiple-cursors)
|
||||||
:prefix "gz"
|
:prefix "gz"
|
||||||
|
@ -87,7 +85,7 @@ In all cases, 'h' functions go to 'c' and 'l' ones go to 'r' so the navigation k
|
||||||
:nv "j" #'+multiple-cursors/evil-mc-toggle-cursors)
|
:nv "j" #'+multiple-cursors/evil-mc-toggle-cursors)
|
||||||
(:when (featurep! :ui popup)
|
(:when (featurep! :ui popup)
|
||||||
:n "C-$" #'+popup/toggle
|
:n "C-$" #'+popup/toggle
|
||||||
:n "C-#" #'+popup/raise)))
|
:n "C-#" #'+popup/raise))
|
||||||
(after! treemacs
|
(after! treemacs
|
||||||
(+layout-bepo-rotate-ts-bare-keymap '(evil-treemacs-state-map)))
|
(+layout-bepo-rotate-ts-bare-keymap '(evil-treemacs-state-map)))
|
||||||
(after! (:or helm ivy selectrum icomplete)
|
(after! (:or helm ivy selectrum icomplete)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue