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
220
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
78
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
450
Other Decks in Technology
See All in Technology
スマートファクトリーの第一歩 〜AWSマネージドサービスで 実現する予知保全と生成AI活用まで
ganota
2
300
「全員プロダクトマネージャー」を実現する、Cursorによる仕様検討の自動運転
applism118
22
12k
LLMを搭載したプロダクトの品質保証の模索と学び
qa
0
1.1k
Unlocking the Power of AI Agents with LINE Bot MCP Server
linedevth
0
110
AIエージェントで90秒の広告動画を制作!台本・音声・映像・編集をつなぐAWS最新アーキテクチャの実践
nasuvitz
3
330
人工衛星のファームウェアをRustで書く理由
koba789
15
8.2k
普通のチームがスクラムを会得するたった一つの冴えたやり方 / the best way to scrum
okamototakuyasr2
0
110
【NoMapsTECH 2025】AI Edge Computing Workshop
akit37
0
220
データ分析エージェント Socrates の育て方
na0
5
1.3k
はじめてのOSS開発からみえたGo言語の強み
shibukazu
3
940
Terraformで構築する セルフサービス型データプラットフォーム / terraform-self-service-data-platform
pei0804
1
190
KotlinConf 2025_イベントレポート
sony
1
140
Featured
See All Featured
Thoughts on Productivity
jonyablonski
70
4.8k
A better future with KSS
kneath
239
17k
Visualization
eitanlees
148
16k
Mobile First: as difficult as doing things right
swwweet
224
9.9k
VelocityConf: Rendering Performance Case Studies
addyosmani
332
24k
The MySQL Ecosystem @ GitHub 2015
samlambert
251
13k
Building an army of robots
kneath
306
46k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
33
2.4k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
3k
Build your cross-platform service in a week with App Engine
jlugia
231
18k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
53
2.9k
Git: the NoSQL Database
bkeepers
PRO
431
66k
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…