Skip to content

Instantly share code, notes, and snippets.

@pantasio
Last active November 16, 2015 06:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pantasio/2970048e8abfdf8f3167 to your computer and use it in GitHub Desktop.
Save pantasio/2970048e8abfdf8f3167 to your computer and use it in GitHub Desktop.
Sublime text 3 thuong dung
Table of Contents

Plugin

Plugin Advanced New File
Alignment
Clipboard History
Color Picker AlignTab
Minifier
GitHub Gists as Snippets
Git Gutter DocBlockr
Markdown Preview
Keyboard Shortcuts - Windows/Linux

Horizontal Rule
Line Breaks
Youtube videos

  1. BracketHighlighter {0:00}
  2. LiveReload {0:14}
  3. SideBarEnhancements {0:32} https://www.youtube.com/watch?v=w_ehDaYmUtU
  4. Color Highlighter {1:26}
  5. Can I Use {1:51}
  6. ColorPicker {2:15}
  7. Emmet {2:42}
  8. AutoPrefixer {3:18}
  9. LiveStyle {3:39}
  10. HTML5 Snippets {4:22}

###Advanced New File

IMAGE ALT TEXT HERE [![][keyblindwin img]][advanced new file] ........... Ctrl + Alt + N

###Alignment ........... Ctrl + Alt + A

###Clipboard History = https://www.youtube.com/watch?v=2pHDWr2DFYQ ctrl + alt + v

###Color Picker
Demo =; https://www.youtube.com/watch?v=g_Aq0BFF5Q4

Key binding       =; ctrl + shift + c

###AlignTab Official Resource =; https://github.com/randy3k/AlignTab

Youtube           =; https://www.youtube.com/watch?v=kMuVkBwt2Z4

Usage             =; Ctrl+Shift+p AlignTab: live review mode
                  =; chon sap xep theo ki tu gi, o day minh dung =; 	

###Minifier Official Resource =; https://github.com/bistory/Sublime-Minifier

Youtube           =; https://www.youtube.com/watch?v=mOSILvhd0y4

Usage             =; Dung de xoa space > thu nho file css, js > toi uu

Key binding       =;
                  =; 	Windows / Linux default key binding:
                  =; 	ctrl + alt + m - attempts to minify the current buffer and replaces the buffers content
                  =; 	ctrl + alt + shift + m - attempts to minify the current buffer and saves the output to a separate file.

                  =; 	MacOSX default key binding:
                  =; 	⌘ + alt + m - attempts to minify the current buffer and replaces the buffers content
                  =; 	⌘ + alt + shift + m - attempts to minify the current buffer and saves the output to a separate file.

HTMLPrettify = https://www.youtube.com/watch?v=OibnhJpa22M It works for HTML, CSS, JS, and JSON files.

###GitHub Gists as Snippets Official Resource =; https://github.com/condemil/Gist

Feature           =; Open a Gist
                  =; Insert Gist
                  =; Embeded as script
                  =; Create a Public Gist
                  =; Create a Private Gist
                  =; Add current file to Gist

How to install    =; Install the plugin
                  =; Generate a Personal Access Token on GitHub
                  =; Paste the token in the plugin’s default settings
                  =; see demo https://www.youtube.com/watch?v=uZhzqxCubaA

Usage   =; Ctrl+Shift+p Gist+feature               

###Git Gutter Official Resource =; https://github.com/jisaacks/GitGutter Demo =; https://www.youtube.com/watch?v=njMb13zxuwc

###DocBlockr Official Resource =; https://github.com/spadgos/sublime-jsdocs

Feature           =;
                  =; DocBlockr is a package for Sublime Text 2 & 3 which makes writing documentation a breeze. DocBlockr supports JavaScript (including ES6), PHP, ActionScript, Haxe, CoffeeScript, TypeScript, Java, Apex, Groovy, Objective C, C, C++ and Rust.
	
Usage             =; https://github.com/spadgos/sublime-jsdocs#usage

Markdown Preview

Official Resource =; https://github.com/revolunet/sublimetext-markdown-preview
Demo =; https://www.youtube.com/watch?v=XnPkdcBGBlw

Keyboard Shortcuts - Windows/Linux

Official Resource =; http://docs.sublimetext.info/en/latest/reference/keyboard_shortcuts_win.html

Ultra-Fast File Switching

Demo =; https://www.youtube.com/watch?v=RMbtnrtbjJc 
Key binding =; ctrl + p

Go to Symbol / Definition / Method / Function

Feature     =;
            =; Quickly going to a function on the current page.
            =; Going to a function on another page.
            =; Search an entire project for a function.

Demo        =; https://www.youtube.com/watch?v=ies8F0JI8k0

Key binding =;
            =; SEARCHING THE SAME PAGE
            =; 		Windows 	ctrl + r
            =; SEARCH A FILE THEN SEARCH THAT PAGE
            =; 		Windows 	ctrl + p then @
            =; SEARCH AN ENTIRE PROJECT
            =; 		Windows 	ctrl + shift + r

####Multi Select and Edit IMAGE ALT TEXT HERE

Feature     =;
            =;

Demo        =; https://www.youtube.com/watch?v=WbEEXYr1MpE

Key binding =;
            =; KEYBOARD METHOD
            =; 		Windows 	ctrl + d
            =; MOUSE METHOD
            =; 		Windows 	ctrl + mouse-click, mouse-click, mouse-click…

####Noteworthy Others IMAGE ALT TEXT HERE

Feature     =;
            =;

Demo        =; https://www.youtube.com/watch?v=wtbzIpv2Xn8

Key binding =;
            =; 
            =; 
            =; 
            =; 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment