Joined October 2011
·

Tacahiroy

DevOps Engineer
·
Tokyo, JAPAN
·
·

Posted to Execute a line from your .vimrc over 1 year ago

You can use @" instead of <C-r>" like this:

map <leader>vv yy:@"<cr>
Posted to Create multiple subfolders over 1 year ago

@nantunes I think its the same.
though like this usage is affective:
mkdir -p foo/{bar,baz}

Posted to Vim: show/hide line number over 1 year ago

Yeah, if I used either 'number' or 'relativenumber' I would can use :set number! or :set relativenumber!.
Or if I used Vim 7.2 or less I could use only 'number' option.

Achievements
154 Karma
6,171 Total ProTip Views