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
630
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
810
読みやすいコード クラスメソッド 2022 年度新卒研修
januswel
1
9.4k
Accelerate your business with React Native
januswel
0
2.3k
猫の手も借りたい引っ張りだこ企業による LINE API活用事例発表会! クラスメソッド編
januswel
0
160
現状確認
januswel
0
940
BLE on React Native
januswel
2
1.4k
polyglot になろう !!
januswel
1
5.9k
React Native & monorepo
januswel
0
1.1k
What is React Native?
januswel
1
1.2k
Other Decks in Programming
See All in Programming
脱Riverpod?fqueryで考える、TanStack Queryライクなアーキテクチャの可能性
ostk0069
0
320
Webの外へ飛び出せ NativePHPが切り拓くPHPの未来
takuyakatsusa
2
570
すべてのコンテキストを、 ユーザー価値に変える
applism118
4
1.4k
MCPを使ってイベントソーシングのAIコーディングを効率化する / Streamlining Event Sourcing AI Coding with MCP
tomohisa
0
150
Rubyでやりたい駆動開発 / Ruby driven development
chobishiba
1
750
AI Agent 時代のソフトウェア開発を支える AWS Cloud Development Kit (CDK)
konokenj
4
540
iOS 26にアップデートすると実機でのHot Reloadができない?
umigishiaoi
0
130
git worktree × Claude Code × MCP ~生成AI時代の並列開発フロー~
hisuzuya
1
590
Git Sync を超える!OSS で実現する CDK Pull 型デプロイ / Deploying CDK with PipeCD in Pull-style
tkikuc
3
150
Result型で“失敗”を型にするPHPコードの書き方
kajitack
5
970
The Niche of CDK Grant オブジェクトって何者?/the-niche-of-cdk-what-isgrant-object
hassaku63
1
420
코딩 에이전트 체크리스트: Claude Code ver.
nacyot
0
840
Featured
See All Featured
The Power of CSS Pseudo Elements
geoffreycrofte
77
5.9k
Building a Scalable Design System with Sketch
lauravandoore
462
33k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
251
21k
Git: the NoSQL Database
bkeepers
PRO
430
65k
Statistics for Hackers
jakevdp
799
220k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
32
2.4k
Designing for Performance
lara
610
69k
Designing for humans not robots
tammielis
253
25k
Fantastic passwords and where to find them - at NoRuKo
philnash
51
3.3k
Rebuilding a faster, lazier Slack
samanthasiow
83
9.1k
Producing Creativity
orderedlist
PRO
346
40k
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 !!