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
Sublime Text 2
Search
Sponsored
·
Your Podcast. Everywhere. Effortlessly.
Share. Educate. Inspire. Entertain. You do you. We'll handle the rest.
→
Rodrigo Campos G.
April 17, 2013
Programming
2
280
Sublime Text 2
Becoming more productive while you are coding for Linux - Windows user.
Rodrigo Campos G.
April 17, 2013
Tweet
Share
More Decks by Rodrigo Campos G.
See All by Rodrigo Campos G.
Vim Macros
rodri_gore
1
110
My Vim Adventure(Spanish)
rodri_gore
2
430
Other Decks in Programming
See All in Programming
Ruby x Terminal
a_matsuda
7
600
grapheme_strrev関数が採択されました(あと雑感)
youkidearitai
PRO
1
220
Vuetify 3 → 4 何が変わった?差分と移行ポイント10分まとめ
koukimiura
0
150
ベクトル検索のフィルタを用いた機械学習モデルとの統合 / python-meetup-fukuoka-06-vector-attr
monochromegane
2
460
LangChain4jとは一味違うLangChain4j-CDI
kazumura
1
190
PostgreSQL を使った快適な go test 環境を求めて
otakakot
0
560
CSC307 Lecture 15
javiergs
PRO
0
250
メタプログラミングで実現する「コードを仕様にする」仕組み/nikkei-tech-talk43
nikkei_engineer_recruiting
0
190
Windows on Ryzen and I
seosoft
0
300
エラーログのマスキングの仕組みづくりに役立ったASTの話
kumoichi
0
230
クライアントワークでSREをするということ。あるいは事業会社におけるSREと同じこと・違うこと
nnaka2992
1
340
コードレビューをしない選択 #でぃーぷらすトウキョウ
kajitack
3
990
Featured
See All Featured
How to Think Like a Performance Engineer
csswizardry
28
2.5k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
46
2.7k
How to Ace a Technical Interview
jacobian
281
24k
Money Talks: Using Revenue to Get Sh*t Done
nikkihalliwell
0
180
[SF Ruby Conf 2025] Rails X
palkan
2
830
Building Applications with DynamoDB
mza
96
7k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
34
2.7k
Avoiding the “Bad Training, Faster” Trap in the Age of AI
tmiket
0
100
Design of three-dimensional binary manipulators for pick-and-place task avoiding obstacles (IECON2024)
konakalab
0
380
AI in Enterprises - Java and Open Source to the Rescue
ivargrimstad
0
1.2k
Reality Check: Gamification 10 Years Later
codingconduct
0
2k
Accessibility Awareness
sabderemane
0
81
Transcript
None
Why this presentation ? 0 0
“Mastering your text editor is one of the best investment
that you can do if you are a programmer “
Why sublime ?
Extremely fast
Multiples cursor
Cross Platform
Fuzzy search Fuzzy search everywhere
Great community ( Plugins and package )
OK .. let's do this
INSTALATION 1 1
Linux (Ubuntu) $ sudo add-apt-repository ppa:webupd8team/sublime-text-2 $ sudo apt-get update
$ sudo sudo apt-get install sublime-text
FEATURES 2 2
SideBar MiniMap ColorScheme First Impression
Cursors 2.1 2.1
Multiple Cursor ( demo )
I CTRL Incremental search
D CTRL Incremental Selection
F3 ALT Multiple Selection
K CTRL Skip actual selection
Right Click SHIFT Select column area
Command palette 2.2 2.2
P CTRL CTRL SHIFT
Example (Change Syntax)
Fuzzy search
Help you to not memorize everything
Example ( Hide Sidebar)
Go to 2.3 2.3
Instant File Changing ( Go to Anything ) P CTRL
Only change the background ( Unless you hit enter )
Again Fuzzy search
Symbols R CTRL
Example ( Classes, CSS, markdown)
P CTRL @ @ Symbols Of Anything
G CTRL № № Go to Line number
Edition 2.4 2.4
SHIFT CTRL Expand selection M
Match Parentheses(tag, curly braces) M CTRL
/ CTRL Toggle Comments
L CTRL Select line
X CTRL Delete Line
Duplicate Line SHIFT CTRL D D
Insert Line before SHIFT CTRL ENTER ENTER
ENTER CTRL Insert Line
Move line SHIFT CTRL ↑- ↓ ↑- ↓
№ lorem Lorem Ipsum
Settings 3 3
User Preferences (.sublime-settings)
Key Binding (.sublime-keymap)
Packages 4 4
Package manager
List Remove Upgrade
Without Package manager
Snippets 5 5
Useful for thing that you do a lot of times
Pallete snippet →
New Snippet Tools → New snippet Write Save → name
.sublime-snippet
My top plugins 6 6
Sublime Linter
Easy Motion
Emmet
PlainTasks
CTags
Tips 7 7
Split – Layout Column SHIFT CTRL 1-4 1-4
Distraction free mode
Open from terminal
Projects
Build
Bookmarks
Vintage Mode
Sinc (Dropbox)
Resources [Official doc] sublimetext.com/docs/2/ [Free][Eng][Screencast][Tutsplus] Perfect Workflow in Sublime Text
2 by Jeffrey Way [Eng][Ebook] Sublime Text Starter
Themes - Shortcuts [Color Schemes] http://colorsublime.com/ [Periodic Tables] http://wakamsha.github.io/dev.cm/appendix/ch eatsheet/sublimetext.html
[Theme Editor] http://tmtheme-editor.herokuapp.com/
acknowledgement The design of the slides was inspired by this
presentation: https://speakerdeck.com/janogonzalez/vim-ftw