lang/org: unbind C-j/C-k (restoring window movement keys)

This commit is contained in:
Henrik Lissner 2018-05-07 19:30:24 +02:00
parent c8b3c5c493
commit d7889e69b3
No known key found for this signature in database
GPG Key ID: 5F6C0EA160557395

View File

@ -261,6 +261,8 @@ between the two."
(map! :map outline-mode-map
:n "^" nil
:n [backtab] nil
:n "C-j" nil
:n "C-k" nil
:map evil-org-mode-map
:i [backtab] #'+org/dedent