On Wed, May 1, 2013 at 6:17 PM, shada <[email protected]> wrote: > 1.Move the cursor to the end of the line > 2.Press shift + Home > > head blank selected, i don't want select head blank, how should i do?
If I understand correctly, you have spaces at the beginning of the line but want to select only to the first non-space character? You could use v^ to select rather than the shift+home. Or look at one of the "smart home" scripts to change the behavior: http://vim.wikia.com/wiki/Smart_home Does that help? c -- Chris Lott <[email protected]> -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_use" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
