visual mode not implemented in vi using termux
When using vi on Termux we might have the issue that the visual mode is not implemented.
'v' is not implemented
That probably happens because we are using the vi delivered with busybox
.
To use the visual mode and some other vi options we install vim
pkg in vim
Comments