misfo / jim

Vim mode for Ace (Github & Cloud9's editor)
http://misfo.github.com/jim
MIT License
65 stars 3 forks source link

Visual Mode Toggling #21

Closed sourrust closed 13 years ago

sourrust commented 13 years ago

In vim's documentation, when in visual mode pressing v or V is more of a toggle

              new mode after typing:      *v_v* *v_CTRL-V* *v_V*
old mode             "v"          "CTRL-V"            "V"

Normal              Visual     blockwise Visual    linewise Visual
Visual              Normal     blockwise Visual    linewise Visual
blockwise Visual    Visual     Normal              linewise Visual
linewise Visual     Visual     blockwise Visual    Normal
misfo commented 13 years ago

This is cool, thanks.

I gotta do something to work around a hack and then I'll merge this in

misfo commented 13 years ago

I cherry picked the relevant commits, which are on master now. Thanks a bunch!