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
Rodrigo Campos G.
April 17, 2013
Programming
3
260
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
100
My Vim Adventure(Spanish)
rodri_gore
2
390
Other Decks in Programming
See All in Programming
バリデーションライブラリ徹底比較
nayuta999999
1
450
tsconfigのオプションで変わる型世界
keisukeikeda
1
130
技術懸念に立ち向かい 法改正を穏便に乗り切った話
pop_cashew
0
860
Zennの運営完全に理解した #完全に理解したTalk
wadayusuke
1
140
TypeScript を活かしてデザインシステム MCP を作る / #tskaigi_after_night
izumin5210
4
480
Reactive Thinking with Signals, Resource API, and httpResource @Devm.io Angular 20 Launch Party
manfredsteyer
PRO
0
130
TypeScript LSP の今までとこれから
quramy
0
140
Language Server と喋ろう – TSKaigi 2025
pizzacat83
3
750
Parallel::Pipesの紹介
skaji
2
870
AI Coding Agent Enablement in TypeScript
yukukotani
17
7.2k
TypeScript Language Service Plugin で CSS Modules の開発体験を改善する
mizdra
PRO
3
2.5k
Interface vs Types ~型推論が過多推論~
hirokiomote
1
230
Featured
See All Featured
YesSQL, Process and Tooling at Scale
rocio
172
14k
Mobile First: as difficult as doing things right
swwweet
223
9.6k
Git: the NoSQL Database
bkeepers
PRO
430
65k
Into the Great Unknown - MozCon
thekraken
39
1.8k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
123
52k
A Modern Web Designer's Workflow
chriscoyier
693
190k
Producing Creativity
orderedlist
PRO
346
40k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
357
30k
Reflections from 52 weeks, 52 projects
jeffersonlam
349
20k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
29
1.7k
How to Think Like a Performance Engineer
csswizardry
23
1.6k
The World Runs on Bad Software
bkeepers
PRO
68
11k
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