mirror of https://github.com/helix-editor/helix
Have the status line show the number of the current selection out of the total in the file. Right now, the `# sels` shows how many selections you have in the current buffer, but this shows the (1-based) index at which which one your primary cursor is on in the current buffer, i.e. `3/6 sels`, then if you press `)`, it would say `4/6` sels etc. This is very helpful when multiple selections are spread out beyond a single view to orient oneself with the current selections. |
||
---|---|---|
.. | ||
src | ||
theme | ||
.gitignore | ||
book.toml | ||
custom.css |