prompt-toolkit / pyvim

Pure Python Vim clone.
BSD 3-Clause "New" or "Revised" License
2.52k stars 161 forks source link

feature - visual indent to stay selected #31

Open lunemec opened 9 years ago

lunemec commented 9 years ago

I have some vim plugin for this functionality - when you select some code and use < and > to move its indent, it stays selected. This is awesome feature and should be by default (in vim).