Merge pull request #5174 from gagbo/patch-7
[:input layout bepo] Remove "W" convenience remap
This commit is contained in:
commit
9b1be8f5e2
1 changed files with 2 additions and 4 deletions
|
@ -189,8 +189,7 @@ See `+layout-bepo-cr-rotation-style' for the meaning of CR-STYLE."
|
||||||
'(evil-normal-state-map evil-motion-state-map evil-operator-state-map)
|
'(evil-normal-state-map evil-motion-state-map evil-operator-state-map)
|
||||||
"é" "w"
|
"é" "w"
|
||||||
"É" "W"
|
"É" "W"
|
||||||
"w" (kbd "C-w")
|
"w" (kbd "C-w"))))
|
||||||
"W" (kbd "C-w C-w"))))
|
|
||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(defun +layout-bepo-rotate-keymaps (keymaps &optional cr-style)
|
(defun +layout-bepo-rotate-keymaps (keymaps &optional cr-style)
|
||||||
|
@ -324,5 +323,4 @@ Remappings are done according to CR-STYLE (see
|
||||||
(evil-collection-translate-key '(normal motion operator visual) keymaps
|
(evil-collection-translate-key '(normal motion operator visual) keymaps
|
||||||
"é" "w"
|
"é" "w"
|
||||||
"É" "W"
|
"É" "W"
|
||||||
"w" (kbd "C-w")
|
"w" (kbd "C-w"))))
|
||||||
"W" (kbd "C-w C-w"))))
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue