lang/org: unbind C-j/C-k (restoring window movement keys)
This commit is contained in:
parent
c8b3c5c493
commit
d7889e69b3
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue