Do not leave insert mode whithout reason!
This commit is contained in:
parent
60606eaef7
commit
9423ab44b0
@ -61,7 +61,8 @@
|
|||||||
* Input
|
* Input
|
||||||
#+begin_src python
|
#+begin_src python
|
||||||
c.input.insert_mode.auto_enter = True
|
c.input.insert_mode.auto_enter = True
|
||||||
c.input.insert_mode.auto_leave = True
|
# Very annoying when automatically leave insert mode
|
||||||
|
c.input.insert_mode.auto_leave = False
|
||||||
c.input.insert_mode.auto_load = False
|
c.input.insert_mode.auto_load = False
|
||||||
c.input.insert_mode.plugins = True
|
c.input.insert_mode.plugins = True
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
Loading…
Reference in New Issue
Block a user