We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
下載位址:http://www.sublimetext.com/
2 或 3 都可以
http://wbond.net/sublime_packages/package_control/installation
之後可以透過 Cmd + Shift + p 叫出來選單。
Cmd
Shift
p
Cmd + Shift + p -> Install ...
Install ...
Sublime Text 設定, Settings - User =>
{ "ensure_newline_at_eof_on_save": true, "tab_size": 2, "show_full_path": true, "translate_tabs_to_spaces": true, "trim_trailing_white_space_on_save": true }
設定完成,即可:
Ctrl + Cmd + k 自動對 Ruby 縮排
Ctrl
k
或是 sdlong 修改版的
選擇 Solarized Theme 佈景安裝。再透過 Preferences -> Color Scheme,換成 Solarize 布景
Preferences
Color Scheme
指令:
用 bash: (底下是一整行的指令,只是被網頁斷行)
echo "alias subl="\"/Applications/Sublime\\ Text\\ 2 .app/Contents/SharedSupport/bin/subl\""" >> ~/.bashrc
用 zsh: (底下是一整行的指令,只是被網頁斷行)
echo "alias subl="\"/Applications/Sublime\\ Text\\ 2.app/Contents/SharedSupport/bin/subl\""" >> ~/.zshrc
echo "alias subl="\"/Applications/Sublime\\ Text.app/Contents/SharedSupport/bin/subl\""" >> ~/.bashrc
echo "alias subl="\"/Applications/Sublime\\ Text.app/Contents/SharedSupport/bin/subl\""" >> ~/.zshrc
然後重開終端機即可使用