diff --git a/docs/src/configuring-zed.md b/docs/src/configuring-zed.md index 08ebe4dc3caf93de918bbf9c04b0139dae58f97c..fb729e96b055da384328c0ed01c217a7a800cbec 100644 --- a/docs/src/configuring-zed.md +++ b/docs/src/configuring-zed.md @@ -1637,6 +1637,7 @@ Or to set a `socks5` proxy: 2. `prefer_line` (deprecated, same as `none`) 3. `editor_width` to wrap lines that overflow the editor width 4. `preferred_line_length` to wrap lines that overflow `preferred_line_length` config value +5. `bounded` to wrap lines at the minimum of `editor_width` and `preferred_line_length` ## Wrap Guides (Vertical Rulers)