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
2
270
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
受け入れテスト駆動開発(ATDD)×AI駆動開発 AI時代のATDDの取り組み方を考える
kztakasaki
2
430
エージェント開発初心者の僕がエージェントを作った話と今後やりたいこと
thasu0123
0
160
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
250
CSC307 Lecture 09
javiergs
PRO
1
850
15年続くIoTサービスのSREエンジニアが挑む分散トレーシング導入
melonps
2
450
Event Storming
hschwentner
3
1.3k
go directiveを最新にしすぎないで欲しい話──あるいは、Go 1.26からgo mod initで作られるgo directiveの値が変わる話 / Go 1.26 リリースパーティ
arthur1
2
280
AI時代のキャリアプラン「技術の引力」からの脱出と「問い」へのいざない / tech-gravity
minodriven
22
8k
文字コードの話
qnighy
41
15k
AIによる高速開発をどう制御するか? ガードレール設置で開発速度と品質を両立させたチームの事例
tonkotsuboy_com
7
2.5k
朝日新聞のデジタル版を支えるGoバックエンド ー価値ある情報をいち早く確実にお届けするために
junkiishida
1
260
Rubyと楽しいをつくる / Creating joy with Ruby
chobishiba
0
190
Featured
See All Featured
The State of eCommerce SEO: How to Win in Today's Products SERPs - #SEOweek
aleyda
2
9.7k
Leadership Guide Workshop - DevTernity 2021
reverentgeek
1
220
Lightning talk: Run Django tests with GitHub Actions
sabderemane
0
130
Making the Leap to Tech Lead
cromwellryan
135
9.7k
The Spectacular Lies of Maps
axbom
PRO
1
570
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
287
14k
Mobile First: as difficult as doing things right
swwweet
225
10k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
47
8k
職位にかかわらず全員がリーダーシップを発揮するチーム作り / Building a team where everyone can demonstrate leadership regardless of position
madoxten
59
50k
How to Grow Your eCommerce with AI & Automation
katarinadahlin
PRO
1
130
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
4.2k
Speed Design
sergeychernyshev
33
1.6k
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