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
Un editeur de texte pourquoi pas Vim (reprise)
Search
Romain TOUZE
May 12, 2015
Technology
0
200
Un editeur de texte pourquoi pas Vim (reprise)
Talk given at Human Talks Nantes on May 12th 2015.
Romain TOUZE
May 12, 2015
Tweet
Share
More Decks by Romain TOUZE
See All by Romain TOUZE
Python the good parts
rtouze
0
130
Domain Driven Design
rtouze
0
76
Au secours ! On n'a pas de projet en Python dans ma boite !
rtouze
0
100
Un éditeur de texte ? Pourquoi pas Vim ?
rtouze
0
440
Other Decks in Technology
See All in Technology
Как мы автоматизировали интеграционное тестирование с Gonkey и не пожалели. Паша Егорычев, Кирилл Поляков
lamodatech
0
2k
続・やっぱり余白が大切だった話
kakehashi
PRO
2
260
Microsoft の SSE の現在地
skmkzyk
0
300
Previewでもここまで追える! Azure AI Foundryで始めるLLMトレース
tomodo_ysys
2
440
正式リリースされた Semantic Kernel の Agent Framework 全部紹介!
okazuki
1
810
Aspire をカスタマイズしよう & Aspire 9.2
nenonaninu
0
380
本当に必要なのは「QAという技術」だった!試行錯誤から生まれた、品質とデリバリーの両取りアプローチ / Turns Out, "QA as a Discipline" Was the Key!
ar_tama
9
3.1k
2025-04-24 "Manga AI Understanding & Localization" Furukawa Arata (CyberAgent, Inc)
ornew
2
340
AI 코딩 에이전트 더 똑똑하게 쓰기
nacyot
0
520
10ヶ月かけてstyled-components v4からv5にアップデートした話
uhyo
5
460
コスト最適重視でAurora PostgreSQLのログ分析基盤を作ってみた #jawsug_tokyo
non97
2
890
Azure Maps Visual in PowerBIで分析しよう
nakasho
0
200
Featured
See All Featured
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
160
15k
Testing 201, or: Great Expectations
jmmastey
42
7.5k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
The Illustrated Children's Guide to Kubernetes
chrisshort
48
49k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
29
9.5k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
34
2.2k
Reflections from 52 weeks, 52 projects
jeffersonlam
349
20k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
14
1.4k
Stop Working from a Prison Cell
hatefulcrawdad
268
20k
Into the Great Unknown - MozCon
thekraken
38
1.7k
A designer walks into a library…
pauljervisheath
205
24k
Transcript
Un éditeur de texte ? Pourquoi pas Vim ? Human
Talks – Nantes – 12 Mai 2015
Romain Touzé romaintouze rtouze http://romscodecorner.blogspot.fr/
OSEF de l’éditeur ? Tip 22: Use a Single Editor
Well The Pragmatic Programmer
Vim C’est quoi ?
Un VI amélioré
Un éditeur modal
De la coloration syntaxique Des commandes Des macros Des plugins
De l’auto complétion …
Une interface simple, élégante et raffinée (… après un peu
de configuration)
Configurable par un fichier lisible (.vimrc)
… mais pas de souris !
Pour commencer… vimtutor
Un peu de conf
None
None
None
None
None
None
Des plugins
NERDTree
Fugitive
UltiSnips
www.vim.org vim.wikia.com/wiki/Vim_Tips_Wiki vimcasts.org learnvimscriptthehardway.stevelosh.com https://github.com/rtouze/dotfiles/blob/master/.vimrc Liens…