On Wed, May 1, 2013 at 6:17 PM, shada <
laf...@gmail.com> 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 <
ch...@chrislott.org>