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
Google Chromeで始めるVim
Search
uji
February 07, 2020
Programming
0
220
Google Chromeで始めるVim
uji
February 07, 2020
Tweet
Share
More Decks by uji
See All by uji
Green Tea GCの動作を紙芝居にしてみる
uji
1
79
Go Proverbs の紹介
uji
2
130
Go標準の暗号ライブラリメンテナンス戦略
uji
3
640
NOT A HOTEL TECH TALK ーSOFTWARE 3.0への道筋ー NEXT Web3 (2024-08-07)
uji
0
170
マネーフォワード ME ブロックチェーン連携機能におけるGoの活用方法
uji
1
230
Goはブロックチェーン領域でなぜ使われ、どのように活躍しているのか
uji
1
730
標準パッケージ初のgenerics利用事例 "sync/atomic.Pointer"
uji
2
900
5分で完全理解するGoのiota
uji
11
7.2k
GoのGC (garbage collector)について理解する
uji
11
7.7k
Other Decks in Programming
See All in Programming
ИИ-Агенты в каждый дом – Алексей Порядин, PythoNN
sobolevn
0
140
どの様にAIエージェントと 協業すべきだったのか?
takefumiyoshii
1
530
Model Pollution
hschwentner
1
180
開発者への寄付をアプリ内課金として実装する時の気の使いどころ
ski
0
320
プログラミングどうやる? ~テスト駆動開発から学ぶ達人の型~
a_okui
0
190
Back to the Future: Let me tell you about the ACP protocol
terhechte
0
120
10年もののAPIサーバーにおけるCI/CDの改善の奮闘
mbook
0
620
CSC509 Lecture 02
javiergs
PRO
0
400
2分台で1500examples完走!爆速CIを支える環境構築術 - Kaigi on Rails 2025
falcon8823
3
2.3k
uniqueパッケージの内部実装を支えるweak pointerの話
magavel
0
800
2025年版 サーバーレス Web アプリケーションの作り方
hayatow
23
25k
猫と暮らすネットワークカメラ生活🐈 ~Vision frameworkでペットを愛でよう~ / iOSDC Japan 2025
yutailang0119
0
210
Featured
See All Featured
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
32
2.2k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
162
15k
Making Projects Easy
brettharned
118
6.4k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.5k
Keith and Marios Guide to Fast Websites
keithpitt
411
22k
Building Flexible Design Systems
yeseniaperezcruz
329
39k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
35
3.2k
Into the Great Unknown - MozCon
thekraken
40
2.1k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
252
21k
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
45
2.5k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
30
2.9k
Transcript
Google Chromeで始めるVim uji
・ACALL 株式会社の新卒 ・バックエンドエンジニア(Ruby on Rails) ・kobe_sakebash運営 ・好きな⾔語: Go ・好きなエディタ: Vim
⾃⼰紹介 uji_ @uji_rb
・ACALL 株式会社の新卒 ・バックエンドエンジニア(Ruby on Rails) ・kobe_sakebash運営 ・好きな⾔語: Go ・好きなエディタ: Vim
Vimのお話をします ⾃⼰紹介 uji_ @uji_rb
Vimiumの紹介
・Google Chrome拡張 ・OSS、Coffie Scriptで実装 ・Vimのキーバインドでブラウザを操作 → Vimを使う感覚でWebブラウジングできる ・爆速でブラウザを操作できる ・Vimの練習ができる Vimiumの紹介
Chrome web storeでVimiumのページに⾏きインストールするだけ Vimiumインストール
・h j k l を使って移動 ・ggで最上部に、Gで最下部に移動 ・uで半ページ分上に、dで半ページ分下にスクロール Vimium使い⽅
・yy でページのURLをコピー ・p、PでクリップボードのURLを開く ・b、Bでブックマークから検索して開く o、Oでブックマークまたは履歴から検索して開く Vimium使い⽅
f、Fでキーリンクを表⽰移動 表⽰されたキーを⼊⼒し移動 Vimium使い⽅
デモンストレーション `
・Vimiumの操作感はVimと結構似てる ・Vimのキーバインドの良さがちょっとわかる ・Vimiumを使えばブラウジングしつつVimの練習ができる ・慣れれば爆速でブラウジングできる Vimいかがですか まとめ
Vim始めましょう まとめ