relative line numbers (#2887)
- Add relative_line_mode - vim change for wrapped lines Release Notes: - Add a `relative_line_numbers` setting ([#988](https://github.com/zed-industries/community/issues/998)).
This commit is contained in:
commit
104f5ae9cd
3 changed files with 123 additions and 3 deletions
|
@ -98,6 +98,7 @@
|
|||
// Whether to show selections in the scrollbar.
|
||||
"selections": true
|
||||
},
|
||||
"relative_line_numbers": false,
|
||||
// Inlay hint related settings
|
||||
"inlay_hints": {
|
||||
// Global switch to toggle hints on and off, switched off by default.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue