make yourself reader of help

Post on 16-Apr-2017

610 Views

Category:

Software

0 Downloads

Preview:

Click to see full reader

TRANSCRIPT

make yourselfreader of help

2015/11/21

by janus_wel

who are you?janus_wel やぬす

janus.wel.3@gmail.comhttps://github.com/januswelhttp://qiita.com/janus_welhttps://twitter.com/janus_wel

I've made some vim plugins

visualiz.vim

zoomfont.vim

you can find these athttps://github.com/januswel

did you read helponce or twice ?moderately ?hard ?

learning curve

http://www.manuelmagic.me/geek/texteditors/

!?but we can find some stepsnoviceapprenticeexpertmaster

for noviceforget about help

and type in your term

$ vimtutor

for apprenticejust type in your vim

:help

and read from beginning to "Getting Started"

for expertjust read your interesting {subject}

:help {subject}

and CTRL-] on words that you don't know to jump

for masterkeep going your way!!

some tips'helplang':tab helpCTRL-]tag stack:helpgrep

'helplang'change language to show

to use Japanese, in your .vimrc

set helplang=ja

:tab helpshow help in new tab to focus reading

:tab help {subject}

CTRL-]when you find colored word, hit CTRL-] on the word to jump

CTRL-Tto back previous page, hit CTRL-T

read :help tag-stack for more information

:helpgrepto search help with your interesting word, use :helpgrep and

:cwindow

settings to show quickfix window automatically

augroup quickfix autocmd QuickFixCmdPost helpgrep cwindowaugroup END

problemI don't know appropriate {subject} ...

reverse lookup !!

rlhelp.vimhttps://github.com/januswel/rrhelp.vim

for now, only Japanese supportI will support i18n ... ?

send me pull requests to improve index !!

top related