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
240
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
140
Domain Driven Design
rtouze
0
84
Au secours ! On n'a pas de projet en Python dans ma boite !
rtouze
0
110
Un éditeur de texte ? Pourquoi pas Vim ?
rtouze
0
460
Other Decks in Technology
See All in Technology
IBM Bobを使って、PostgreSQLのToDoアプリをDb2へ変換してみよう/202603_Dojo_Bob
mayumihirano
1
240
Bill One 開発エンジニア 紹介資料
sansan33
PRO
5
18k
OCI Security サービス 概要
oracle4engineer
PRO
2
13k
トップマネジメントとコンピテンシーから考えるエンジニアリングマネジメント
zigorou
4
750
Ultra Ethernet (UEC) v1.0 仕様概説
markunet
3
230
Oracle Database@Google Cloud:サービス概要のご紹介
oracle4engineer
PRO
5
1.1k
管理者向けGitHub Enterpriseの運用Tips紹介: 人にもAIにも優しいプラットフォームづくり
yuriemori
0
170
JAWS DAYS 2026 CDP道場 事前説明会 / JAWS DAYS 2026 CDP Dojo briefing document
naospon
0
200
新職業『オーケストレーター』誕生 — エージェント10体を同時に回すAgentOps
gunta
4
1.6k
オレ達はAWS管理をやりたいんじゃない!開発の生産性を爆アゲしたいんだ!!
wkm2
4
400
「ストレッチゾーンに挑戦し続ける」ことって難しくないですか? メンバーの持続的成長を支えるEMの環境設計
sansantech
PRO
3
390
Kaggleの経験が実務にどう活きているか / kaggle_findy
sansan_randd
7
1.2k
Featured
See All Featured
The Curious Case for Waylosing
cassininazir
0
260
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
254
22k
Navigating Team Friction
lara
192
16k
Taking LLMs out of the black box: A practical guide to human-in-the-loop distillation
inesmontani
PRO
3
2.1k
職位にかかわらず全員がリーダーシップを発揮するチーム作り / Building a team where everyone can demonstrate leadership regardless of position
madoxten
61
52k
A designer walks into a library…
pauljervisheath
210
24k
brightonSEO & MeasureFest 2025 - Christian Goodrich - Winning strategies for Black Friday CRO & PPC
cargoodrich
3
120
Public Speaking Without Barfing On Your Shoes - THAT 2023
reverentgeek
1
330
Conquering PDFs: document understanding beyond plain text
inesmontani
PRO
4
2.4k
Agile Leadership in an Agile Organization
kimpetersen
PRO
0
100
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
21
1.4k
Lessons Learnt from Crawling 1000+ Websites
charlesmeaden
PRO
1
1.1k
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…