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
720
読みやすいコード クラスメソッド 2022 年度新卒研修
januswel
2
8.9k
Accelerate your business with React Native
januswel
0
2.2k
猫の手も借りたい引っ張りだこ企業による LINE API活用事例発表会! クラスメソッド編
januswel
0
140
現状確認
januswel
0
880
BLE on React Native
januswel
2
1.3k
polyglot になろう !!
januswel
1
5.8k
React Native & monorepo
januswel
0
1k
What is React Native?
januswel
1
1.1k
Other Decks in Programming
See All in Programming
レガシーシステムにどう立ち向かうか 複雑さと理想と現実/vs-legacy
suzukihoge
15
2.3k
OSSで起業してもうすぐ10年 / Open Source Conference 2024 Shimane
furukawayasuto
0
110
C++でシェーダを書く
fadis
6
4.1k
ヤプリ新卒SREの オンボーディング
masaki12
0
130
TypeScriptでライブラリとの依存を限定的にする方法
tutinoko
3
720
macOS でできる リアルタイム動画像処理
biacco42
9
2.4k
Arm移行タイムアタック
qnighy
0
350
[Do iOS '24] Ship your app on a Friday...and enjoy your weekend!
polpielladev
0
110
Realtime API 入門
riofujimon
0
150
Jakarta EE meets AI
ivargrimstad
0
780
Hotwire or React? ~アフタートーク・本編に含めなかった話~ / Hotwire or React? after talk
harunatsujita
1
120
Modular Monolith Monorepo ~シンプルさを保ちながらmonorepoのメリットを最大化する~
yuisakamoto
8
780
Featured
See All Featured
Bootstrapping a Software Product
garrettdimon
PRO
305
110k
VelocityConf: Rendering Performance Case Studies
addyosmani
325
24k
Designing for humans not robots
tammielis
250
25k
jQuery: Nuts, Bolts and Bling
dougneiner
61
7.5k
Keith and Marios Guide to Fast Websites
keithpitt
409
22k
GraphQLの誤解/rethinking-graphql
sonatard
67
10k
Fashionably flexible responsive web design (full day workshop)
malarkey
405
65k
The Straight Up "How To Draw Better" Workshop
denniskardys
232
140k
Typedesign – Prime Four
hannesfritz
40
2.4k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
47
5k
Mobile First: as difficult as doing things right
swwweet
222
8.9k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
232
17k
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 !!