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
650
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
890
読みやすいコード クラスメソッド 2022 年度新卒研修
januswel
1
9.6k
Accelerate your business with React Native
januswel
0
2.5k
猫の手も借りたい引っ張りだこ企業による LINE API活用事例発表会! クラスメソッド編
januswel
0
190
現状確認
januswel
0
970
BLE on React Native
januswel
2
1.5k
polyglot になろう !!
januswel
1
6.2k
React Native & monorepo
januswel
0
1.1k
What is React Native?
januswel
1
1.2k
Other Decks in Programming
See All in Programming
LangChain4jとは一味違うLangChain4j-CDI
kazumura
1
160
社内規程RAGの精度を73.3% → 100%に改善した話
oharu121
13
7.7k
エンジニアの「手元の自動化」を加速するn8n 2026.02.27
symy2co
0
110
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
420
クライアントワークでSREをするということ。あるいは事業会社におけるSREと同じこと・違うこと
nnaka2992
1
320
PJのドキュメントを全部Git管理にしたら、一番喜んだのはAIだった
nanaism
0
240
nuget-server - あなたが必要だったNuGetサーバー
kekyo
PRO
0
200
今、アーキテクトとして 品質保証にどう関わるか
nealle
0
210
メタプログラミングで実現する「コードを仕様にする」仕組み/nikkei-tech-talk43
nikkei_engineer_recruiting
0
160
Swift ConcurrencyでよりSwiftyに
yuukiw00w
0
250
Codexに役割を持たせる 他のAIエージェントと組み合わせる実務Tips
o8n
3
1.1k
あなたはユーザーではない #PdENight
kajitack
4
340
Featured
See All Featured
How to Get Subject Matter Experts Bought In and Actively Contributing to SEO & PR Initiatives.
livdayseo
0
81
Designing for humans not robots
tammielis
254
26k
Product Roadmaps are Hard
iamctodd
PRO
55
12k
How to build an LLM SEO readiness audit: a practical framework
nmsamuel
1
660
Rails Girls Zürich Keynote
gr2m
96
14k
We Have a Design System, Now What?
morganepeng
55
8k
The Cult of Friendly URLs
andyhume
79
6.8k
What's in a price? How to price your products and services
michaelherold
247
13k
The Language of Interfaces
destraynor
162
26k
How to Think Like a Performance Engineer
csswizardry
28
2.5k
Fashionably flexible responsive web design (full day workshop)
malarkey
408
66k
Six Lessons from altMBA
skipperchong
29
4.2k
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 !!