0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Zedで「右端での折り返し」を設定する

Posted at

はじめに

Rust製軽量エディタZedで,VsCodeのように右端で折り返す設定の紹介です.VsCodeでは表示メニューから簡単に設定できましたが,Zedは設定に少々手間がかかるようです.

結論

~/.config/zed/settings.jsonに以下を追記します.設定はVsCodeと同様に<Ctrl-,><Command-,>)で開けます.

settings.json
"soft_wrap": "editor_width",

GUIの場合はEditor→Wrappingから設定できます.「soft」で検索すれば「Soft Wrap」の項目が見つかると思います.これをEditor Widthに設定すると折り返し表示になります.

hoge.jpg

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?