5
5

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Mac版のLightTableで@(アットマーク)を入力する方法

Posted at

私のMacBook Air(日本語キーボード)のLightTableでは、@(アットマーク)が入力できなくて毎回「あっと」と打って変換してました。

以下のようにUser keymapで:eval.customを使えば解決できました。

"@" [(:eval.custom "\"@\"" {:result-type :replace :verbatim true})]

:replaceは選択中でない場合は、カーソル位置に結果を挿入するようです。

5
5
1

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?