You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the addition of ctrl+g#23562, I suggest adding an option to display the relative line position permanently in the status bar. This is often used in (Neo)Vim (e.g. lualine) and enhances navigation.
Proposed Format:
TOP / xx% / BOT
Where:
TOP is shown when at the first line of the file.
xx% represents the cursor’s relative position in the file.
BOT appears when at the end of the file.
Placement & Configuration
Since this feature might benefits all users but is especially useful for Vim navigation, it could be configurable under:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
With the addition of
ctrl+g
#23562, I suggest adding an option to display the relative line position permanently in the status bar. This is often used in (Neo)Vim (e.g. lualine) and enhances navigation.Proposed Format:
Where:
TOP
is shown when at the first line of the file.xx%
represents the cursor’s relative position in the file.BOT
appears when at the end of the file.Placement & Configuration
Since this feature might benefits all users but is especially useful for Vim navigation, it could be configurable under:
Would love to hear thoughts on this
Beta Was this translation helpful? Give feedback.
All reactions