vicoapp / vico

Mac Programmers Text Editor
http://www.vicoapp.com/
657 stars 89 forks source link

Maintain visual mode when shifting left/right #25

Closed skue closed 12 years ago

skue commented 12 years ago

Updated the shift_left: (<) and shift_right: (>) commands to remain in visual mode after shifting, as in vim

Shadowfiend commented 12 years ago

That's not at all how my vim behaves. It returns to normal mode as vico does. Is it possible this is a configuration option in vim?

skue commented 12 years ago

@Shadowfiend, you are correct!

It looks like my vimrc has been configured to reselect the last visual mode when shifting left/right. It's been this way so long I assumed it was the default. Sorry for the misunderstanding, will close the pull request.

Shadowfiend commented 12 years ago

Coolness :)