LoginSignup
10
10

More than 5 years have passed since last update.

sublime text 2で<br>タグを自動挿入

Last updated at Posted at 2013-02-14

【Sublime Text 2】改行タグ<br>をDreamweaverでのショートカットと同じようにキーバインドを設定する
上のやつ確かにSublimeで出来ないの不便だったんで試してみたら動かなかったので下のように書き換えた。

{ "keys": ["shift+enter"], "command": "insert", "args": {"characters": "<br />" } },
{ "keys": ["ctrl+enter"], "command": "insert", "args": {"characters": "<br>" } }

10
10
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
10
10