mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-25 18:07:07 +09:00
Added hybrid line numbers (#1690)
* Added hybrid line numbers * Changed rulerhybrid to relativeruler, modified documentation accordingly. * Reverted go.mod and go.sum I don't know how they got changed but they are good now. Co-authored-by: Colin Hughes <semilin@pop-os.localdomain>
This commit is contained in:
@@ -214,6 +214,12 @@ Here are the available options:
|
||||
|
||||
default value: `true`
|
||||
|
||||
* `relativeruler`: make line numbers display relatively. If set to true, all lines except
|
||||
for the line that the cursor is located will display the distance from the
|
||||
cursor's line.
|
||||
|
||||
default value: `false`
|
||||
|
||||
* `savecursor`: remember where the cursor was last time the file was opened and
|
||||
put it there when you open the file again. Information is saved to
|
||||
`~/.config/micro/buffers/`
|
||||
|
||||
Reference in New Issue
Block a user