Alejandro

Results 3 comments of Alejandro

@VanLaser It's bound to the correct command: ``` v runs the command evil-visual-char (found in evil-motion-state-map), which is an interactive Lisp function in ‘evil-states.el’. It is bound to v. (evil-visual-char...

Just managed to get the problem in one buffer, the `evil-visual-state-exit-hook` trick didn't work for me.

I found a way of constantly reproducing the bug, just evaluate ``` (add-hook 'term-load-hook (lambda () (setq-local transient-mark-mode nil))) ``` and open `eshell`. Visual won't work.