I have two proposal/questions.
1. (Relative) line numbers
When using Vim keybinding, relative line number improves quality of life significantly.
Specifically, if relative line number is shown, I can go to the line that I want at once with single command, e.g., 12k or 12j.
In addition, SilverBullet currently supports Navigate: To Line command. Having option to show line number would make user experience more consistent.
2. go-to page
Another handy vim command that I use often are:
gdto "go to definition"^oto "jump back"
If you're not familiar to these, this video demonstrates their usage.
I believe implementing these commands in SilverBullet's vim mode can be handy shortcut.
I tried to find solution but couldn't find one.
I'm new to SilverBullet, so there might be existing solution or an easy way to implement this.
