tags:

views:

54

answers:

1

I've learnt to use marks and registers in Vim to select and operate on selections of text, and now I'm starting to learn and use visual mode.

Is there any functionality that visual mode offers that isn't available in command mode, other than just the aesthetic appeal? In what scenarios would I use one over the other, and which is better to get used to by default?

+1  A: 

See :help visual-start and read sections 2, 3, 4, 5 and 7 (examples). That's not so long and really useful. Vim documentation is your first help :)

Benoit