Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Speaker Deck
PRO
Sign in
Sign up for free
Sublime Text 2
Rodrigo Campos G.
April 17, 2013
Programming
3
220
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
60
My Vim Adventure(Spanish)
rodri_gore
2
220
Other Decks in Programming
See All in Programming
LOWYAの信頼性向上とNew Relic
kazumax55
4
300
SPA/MPA 議論の俯瞰と 現代における設計のポイント - #tfcon 2022 フロントエンド設計
ahomu
3
1.4k
バンドル最適化マニアクス at tfconf
mizchi
3
1.8k
Kueue入門/Kueue Introduction
bells17
0
500
WindowsコンテナDojo : 第1回 Visual StudioでWindowsコンテナアプリ作成
oniak3ibm
PRO
0
320
あなたの会社の古いシステム、なんとかしませんか?~システム刷新から考えるDX化への道筋とバリエーション~/webinar20220420-systems
grapecity_dev
0
120
Where and how to run UI tests (Droidcon London, 2021)
nonews
0
200
Android入門
hn410
0
300
書籍『良いコード/悪いコードで学ぶ設計入門』でエンジニアリングの当たり前を変える
minodriven
3
1k
Reinventing the wheel ... as a service
mariofusco
2
160
人類には難しいZynqで組み込みRust
ikemori
0
470
プログラミングを勉強したいと言われたら
yuba_4
0
350
Featured
See All Featured
Principles of Awesome APIs and How to Build Them.
keavy
113
15k
Documentation Writing (for coders)
carmenhchung
48
2.5k
Intergalactic Javascript Robots from Outer Space
tanoku
261
25k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_i
21
14k
The Most Common Mistakes in Cover Letters
jrick
PRO
4
24k
What's new in Ruby 2.0
geeforr
336
30k
Design by the Numbers
sachag
271
17k
Statistics for Hackers
jakevdp
781
210k
A Tale of Four Properties
chriscoyier
149
20k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
12
890
Stop Working from a Prison Cell
hatefulcrawdad
261
17k
From Idea to $5000 a Month in 5 Months
shpigford
372
44k
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