LoginSignup
4
1

More than 5 years have passed since last update.

bracketsをubuntuにインストールする

Last updated at Posted at 2018-08-04

http://brackets.io/
からダウンロードしたdebパッケージをインストールしても
途中で中断されてしまうので・・・メモ

sudo add-apt-repository ppa:webupd8team/brackets
sudo apt-get update
sudo apt-get install brackets

アプリケーションを表示する>検索キーワードに brackets
右クリックで”お気に入りに追加”

以上!

あとでまとめておく

Keyboard Shortcut Cheat Sheet
https://github.com/adobe/brackets/wiki/How-to-Use-Brackets#live-preview

Here are some keyboard shortcuts that are worth knowing. Also see the Brackets Shortcut wiki page for a more complete list of shortcuts and the User Key Bindings Wiki to learn how to setup Brackets to use your preferred keyboard shortcuts.

Windows Mac Description
Ctrl-E Cmd-E Open/close the inline editor (Quick Edit)
Alt-Up/Down Alt-Up/Down Switch between rules in the inline editor
Ctrl-K Cmd-K Open Quick Docs
Ctrl-Space Ctrl-Space Bring up code hints, if applicable
Ctrl-Shift-O Cmd-Shift-O Bring up the Quick Open prompt
Ctrl-G Cmd-L Go to a line in the current file
Ctrl-T Cmd-T Go to a method/selector in the current file (Quick Find)
Ctrl-Shift-H Cmd-Shift-H Show/hide the sidebar
Ctrl-Alt-P Cmd-Alt-P Live preview

4
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
1