Merge pull request #4700 from HyunggyuJang/patch-1

`evil-org-mode-map`'s `CSright` conflict with `Cright`
This commit is contained in:
Henrik Lissner 2021-02-26 22:16:00 -05:00 committed by GitHub
commit 3f4eccaec3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1006,10 +1006,10 @@ compelling reason, so..."
(Cleft (concat "C-" .left))
(Cup (concat "C-" .up))
(Cdown (concat "C-" .down))
(CSright (concat "C-" (capitalize .right)))
(CSleft (concat "C-" (capitalize .left)))
(CSup (concat "C-" (capitalize .up)))
(CSdown (concat "C-" (capitalize .down))))
(CSright (concat "C-S-" .right))
(CSleft (concat "C-S-" .left))
(CSup (concat "C-S-" .up))
(CSdown (concat "C-S-" .down)))
(map! :map evil-org-mode-map
:ni [C-return] #'+org/insert-item-below
:ni [C-S-return] #'+org/insert-item-above