Closed honmaple closed 8 years ago
Same problem here, did you manage it to solve it @honmaple?, I think I could use evil-escape-inhibit-functions
but I don't know how (my elisp is a shame).
Edit: Never mind I thing I got it:
(setq evil-escape-inhibit-functions '(evil-visual-state-p))
@ZzAntares wow,thank you very much,I could't solve it before,I jsut add
(setq evil-escape-excluded-major-modes '(dired-mode neotree-mode evil-visual-state))
the neotree-mode work well,but it has no effect on evil-visual-state,now I can use emacs better,thank you
You're welcome 👍
now I have set
but I have some trouble in visual-state and neotree,I could't use 'j' to choice a file quickly.when I select text in visual-state,I need to wait a few second to select next line.