Slide 1

Slide 1 text

make yourself reader of help 2015/11/21 by janus_wel

Slide 2

Slide 2 text

who are you? janus_wel やぬす [email protected] https://github.com/januswel http://qiita.com/janus_wel https://twitter.com/janus_wel

Slide 3

Slide 3 text

I've made some vim plugins

Slide 4

Slide 4 text

visualiz.vim

Slide 5

Slide 5 text

zoomfont.vim

Slide 6

Slide 6 text

you can find these at https://github.com/januswel

Slide 7

Slide 7 text

did you read help once or twice ? moderately ? hard ?

Slide 8

Slide 8 text

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

Slide 9

Slide 9 text

!? but we can find some steps novice apprentice expert master

Slide 10

Slide 10 text

for novice forget about help and type in your term $ v i m t u t o r

Slide 11

Slide 11 text

for apprentice just type in your vim : h e l p and read from beginning to "Getting Started"

Slide 12

Slide 12 text

for expert just read your interesting {subject} : h e l p { s u b j e c t } and CTRL-] on words that you don't know to jump

Slide 13

Slide 13 text

for master keep going your way!!

Slide 14

Slide 14 text

some tips 'helplang' :tab help CTRL-] tag stack :helpgrep

Slide 15

Slide 15 text

'helplang' change language to show to use Japanese, in your .vimrc s e t h e l p l a n g = j a

Slide 16

Slide 16 text

:tab help show help in new tab to focus reading : t a b h e l p { s u b j e c t }

Slide 17

Slide 17 text

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

Slide 18

Slide 18 text

CTRL-T to back previous page, hit CTRL-T read :help tag-stack for more information

Slide 19

Slide 19 text

:helpgrep to search help with your interesting word, use :helpgrep and :cwindow settings to show quickfix window automatically a u g r o u p q u i c k f i x a u t o c m d Q u i c k F i x C m d P o s t h e l p g r e p c w i n d o w a u g r o u p E N D

Slide 20

Slide 20 text

problem I don't know appropriate {subject} ...

Slide 21

Slide 21 text

reverse lookup !!

Slide 22

Slide 22 text

rlhelp.vim https://github.com/januswel/rrhelp.vim for now, only Japanese support I will support i18n ... ? send me pull requests to improve index !!