How can I configure Emacs so that the selection of text using shift and arrow keys in the non insert state of evil-mode becomes possible?
Asked
Active
Viewed 455 times
1 Answers
0
It is not exactly you are asking but I think this solves your problem.
Press v
and you enter visual-mode
. This allows you to use the arrow keys or hjkl
to select text.

Alexandre Martins
- 624
- 5
- 20