Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Make yourself reader of help
Search
januswel
November 22, 2015
Programming
0
620
Make yourself reader of help
2015/11/21 vimconf 2015
「ヘルプを読む」 in Japanese
januswel
November 22, 2015
Tweet
Share
More Decks by januswel
See All by januswel
今日からできる環境カイゼン
januswel
0
760
読みやすいコード クラスメソッド 2022 年度新卒研修
januswel
1
9.1k
Accelerate your business with React Native
januswel
0
2.3k
猫の手も借りたい引っ張りだこ企業による LINE API活用事例発表会! クラスメソッド編
januswel
0
140
現状確認
januswel
0
910
BLE on React Native
januswel
2
1.4k
polyglot になろう !!
januswel
1
5.8k
React Native & monorepo
januswel
0
1.1k
What is React Native?
januswel
1
1.1k
Other Decks in Programming
See All in Programming
Multi Step Form, Decentralized Autonomous Organization
pumpkiinbell
1
750
密集、ドキュメントのコロケーション with AWS Lambda
satoshi256kbyte
0
190
Open source software: how to live long and go far
gaelvaroquaux
0
640
社内フレームワークとその依存性解決 / in-house framework and its dependency management
vvakame
1
560
コミュニティ駆動 AWS CDK ライブラリ「Open Constructs Library」 / community-cdk-library
gotok365
2
140
データベースのオペレーターであるCloudNativePGがStatefulSetを使わない理由に迫る
nnaka2992
0
160
プログラミング言語学習のススメ / why-do-i-learn-programming-language
yashi8484
0
130
ペアーズでの、Langfuseを中心とした評価ドリブンなリリースサイクルのご紹介
fukubaka0825
2
330
CSS Linter による Baseline サポートの仕組み
ryo_manba
1
110
JavaScriptツール群「UnJS」を5分で一気に駆け巡る!
k1tikurisu
9
1.8k
責務と認知負荷を整える! 抽象レベルを意識した関心の分離
yahiru
4
620
GitHub Actions × RAGでコードレビューの検証の結果
sho_000
0
270
Featured
See All Featured
Site-Speed That Sticks
csswizardry
4
380
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
100
18k
Building Adaptive Systems
keathley
40
2.4k
What's in a price? How to price your products and services
michaelherold
244
12k
Fashionably flexible responsive web design (full day workshop)
malarkey
406
66k
The Cost Of JavaScript in 2023
addyosmani
47
7.3k
4 Signs Your Business is Dying
shpigford
182
22k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
366
25k
jQuery: Nuts, Bolts and Bling
dougneiner
63
7.6k
Practical Orchestrator
shlominoach
186
10k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
280
13k
Unsuck your backbone
ammeep
669
57k
Transcript
make yourself reader of help 2015/11/21 by janus_wel
who are you? janus_wel やぬす
[email protected]
https://github.com/januswel http://qiita.com/janus_wel https://twitter.com/janus_wel
I've made some vim plugins
visualiz.vim
zoomfont.vim
you can find these at https://github.com/januswel
did you read help once or twice ? moderately ?
hard ?
learning curve http://www.manuelmagic.me/geek/texteditors/
!? but we can find some steps novice apprentice expert
master
for novice forget about help and type in your term
$ v i m t u t o r
for apprentice just type in your vim : h e
l p and read from beginning to "Getting Started"
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
for master keep going your way!!
some tips 'helplang' :tab help CTRL-] tag stack :helpgrep
'helplang' change language to show to use Japanese, in your
.vimrc s e t h e l p l a n g = j a
:tab help show help in new tab to focus reading
: t a b h e l p { s u b j e c t }
CTRL-] when you find colored word, hit CTRL-] on the
word to jump
CTRL-T to back previous page, hit CTRL-T read :help tag-stack
for more information
: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
problem I don't know appropriate {subject} ...
reverse lookup !!
rlhelp.vim https://github.com/januswel/rrhelp.vim for now, only Japanese support I will support
i18n ... ? send me pull requests to improve index !!