I’ve made another post about how to customize shortcuts, which shows all the functions you can currently bind keyboard shortcuts to. My request here is about adding more possible functions we can call using shortcuts, such as select-next-block
, which I would map to j
. That isn’t currently possible.
And I totally agree about having as much of vim as possible. I just though of another vim feature that’d be great, marks:
m
+ lowercase letter: set local mark on currently selected block (works within a single page)
m
+ uppercase letter: set global mark on currently selected block (works within entire repo)
'
+ letter: go to marked block
‘"’ + letter: open marked block in sidebar
I suspect that would be a long way off, but it would really speed up workflows where you’re reading/editing from multiple pages or blocks.