Hi everyone!
Im happy learning how to migrate from vim to sublimetext… But I have to be honest that I’m missing some VIM features. Specially this:
The block cursor
Its too difficult to see cursor some times. To fix that Im using a colorful “highlight line” and the ‘wide’ option to hint me where cursor are … VIM highlight the cursor column too so you can see a cross on the page
This happen because of VIM commands that makes the cursor jumps around, is difficult to follow him
reindent block
VIM ‘=’ (in visual mode) and ‘==’ (command mode) is something difficult to live without. indent code from scratch is something that take some patience sometimes 
moving through sentences and paragraphs
I’m searching this since my first day… ‘)’ to move sentence… ‘}’ to move paragraphs
There are a way to simulate this behaviors in Sublime Text?
Thank you in advance!
… I will wait until reindent and movements in blocks is implemented. I hope this is on the list because it’s something really important. The ‘move around’ on Sublime Text is really a slow process for now.