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
640
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
830
読みやすいコード クラスメソッド 2022 年度新卒研修
januswel
1
9.5k
Accelerate your business with React Native
januswel
0
2.4k
猫の手も借りたい引っ張りだこ企業による LINE API活用事例発表会! クラスメソッド編
januswel
0
170
現状確認
januswel
0
950
BLE on React Native
januswel
2
1.4k
polyglot になろう !!
januswel
1
6k
React Native & monorepo
januswel
0
1.1k
What is React Native?
januswel
1
1.2k
Other Decks in Programming
See All in Programming
私はどうやって技術力を上げたのか
yusukebe
43
17k
CSC305 Lecture 03
javiergs
PRO
0
230
なぜあの開発者はDevRelに伴走し続けるのか / Why Does That Developer Keep Running Alongside DevRel?
nrslib
3
370
育てるアーキテクチャ:戦い抜くPythonマイクロサービスの設計と進化戦略
fujidomoe
1
150
プログラミングどうやる? ~テスト駆動開発から学ぶ達人の型~
a_okui
0
190
Model Pollution
hschwentner
1
180
ポスターセッション: 「まっすぐ行って、右!」って言ってラズパイカーを動かしたい 〜生成AI × Raspberry Pi Pico × Gradioの試作メモ〜
komofr
0
940
非同期jobをtransaction内で 呼ぶなよ!絶対に呼ぶなよ!
alstrocrack
0
510
monorepo の Go テストをはやくした〜い!~最小の依存解決への道のり~ / faster-testing-of-monorepos
convto
2
370
Let's Write a Train Tracking Algorithm
twocentstudios
0
220
Reduxモダナイズ 〜コードのモダン化を通して、将来のライブラリ移行に備える〜
pvcresin
2
680
どの様にAIエージェントと 協業すべきだったのか?
takefumiyoshii
2
590
Featured
See All Featured
Keith and Marios Guide to Fast Websites
keithpitt
411
22k
Faster Mobile Websites
deanohume
310
31k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
358
30k
A designer walks into a library…
pauljervisheath
209
24k
Side Projects
sachag
455
43k
Building Flexible Design Systems
yeseniaperezcruz
329
39k
Context Engineering - Making Every Token Count
addyosmani
5
180
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
127
53k
Docker and Python
trallard
46
3.6k
How To Stay Up To Date on Web Technology
chriscoyier
791
250k
For a Future-Friendly Web
brad_frost
180
9.9k
Automating Front-end Workflow
addyosmani
1371
200k
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 !!