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
79
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
研究開発部メンバーの働き⽅ / Sansan R&D Profile
sansan33
PRO
3
20k
AIとともに歩んでいくデザイナーの役割の変化
lycorptech_jp
PRO
0
840
Dylib Hijacking on macOS: Dead or Alive?
patrickwardle
0
460
AWS UG Grantでグローバル20名に選出されてre:Inventに行く話と、マルチクラウドセキュリティの教科書を執筆した話 / The Story of Being Selected for the AWS UG Grant to Attending re:Invent, and Writing a Multi-Cloud Security Textbook
yuj1osm
1
130
CREが作る自己解決サイクルSlackワークフローに組み込んだAIによる社内ヘルプデスク改革 #cre_meetup
bengo4com
0
310
個人でデジタル庁の デザインシステムをVue.jsで 作っている話
nishiharatsubasa
3
4.8k
AI AgentをLangflowでサクッと作って、1日働かせてみた!
yano13
1
150
SQLAlchemy の select(User).where(User.id =="123") を理解してみる/sqlalchemy deep dive
3l4l5
3
320
Azureコストと向き合った、4年半のリアル / Four and a half years of dealing with Azure costs
aeonpeople
1
270
Introduction to Sansan for Engineers / エンジニア向け会社紹介
sansan33
PRO
5
43k
Contract One Engineering Unit 紹介資料
sansan33
PRO
0
9k
Building a cloud native business on open source
lizrice
0
170
Featured
See All Featured
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
36
6.1k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
31
9.7k
Done Done
chrislema
185
16k
It's Worth the Effort
3n
187
28k
The Cost Of JavaScript in 2023
addyosmani
55
9.1k
Into the Great Unknown - MozCon
thekraken
40
2.1k
Testing 201, or: Great Expectations
jmmastey
45
7.7k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
9
990
Typedesign – Prime Four
hannesfritz
42
2.8k
The Invisible Side of Design
smashingmag
302
51k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
34
2.5k
jQuery: Nuts, Bolts and Bling
dougneiner
65
7.9k
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…