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
ハードウェアとソフトウェアをつなぐ全てを内製している企業の E2E テストの作り方 / How to create E2E tests for a company that builds everything connecting hardware and software in-house
bitkey
PRO
1
150
会社紹介資料 / Sansan Company Profile
sansan33
PRO
6
380k
[ JAWS-UG 東京 CommunityBuilders Night #2 ]SlackとAmazon Q Developerで 運用効率化を模索する
sh_fk2
3
430
dbt開発 with Claude Codeのためのガードレール設計
10xinc
2
1.2k
サラリーマンの小遣いで作るtoCサービス - Cloudflare Workersでスケールする開発戦略
shinaps
2
450
DDD集約とサービスコンテキスト境界との関係性
pandayumi
3
280
エラーとアクセシビリティ
schktjm
1
1.3k
「Linux」という言葉が指すもの
sat
PRO
4
130
研究開発と製品開発、両利きのロボティクス
youtalk
1
530
Firestore → Spanner 移行 を成功させた段階的移行プロセス
athug
1
480
2025年夏 コーディングエージェントを統べる者
nwiizo
0
170
5年目から始める Vue3 サイト改善 #frontendo
tacck
PRO
3
220
Featured
See All Featured
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
112
20k
Building a Modern Day E-commerce SEO Strategy
aleyda
43
7.6k
How STYLIGHT went responsive
nonsquared
100
5.8k
Building Applications with DynamoDB
mza
96
6.6k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
367
27k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
44
2.5k
Optimising Largest Contentful Paint
csswizardry
37
3.4k
A better future with KSS
kneath
239
17k
Into the Great Unknown - MozCon
thekraken
40
2k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
16k
Scaling GitHub
holman
463
140k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
248
1.3M
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…