bzbug
bzbug
Sorry. Turns out I confused STYLE_CURSOR and STYLE_CURSOR_PRIMARY. Foreground works.
Then, maybe, it would be possible to colorize background of tabs or spaces differently? Like that: * Hightlight selected tabs in orange (selection is for clear demonstration only) when the...
@moesasji, 1. Cursor position != viewport position. Cursor position can be changed, for example, with `H`, `M` and `L` keys. Viewport position can be changed with `zt`, `zz` and `zb`...
The behaviour is different from that of the official app. Input `_text_` from: Official app -> `_s_` `tg` -> `s` in italics Input `__text__` from: Official app -> `s` in...
@The-Compiler, the problem is, the existing commands understand a `word` as a vim's `word`, not `WORD`. Consider this example: `:set -u *://url.pattern/* content.javascript|.enabled` The `|` here represents the cursor. Now...
`["alacritty", "-t", "QuteBrowser Textfield", "-e", "vis", "+goto {line} {column}", "{file}"]`
The hand-picking process seems... not very in the spirit of UI. I would expect some interactive list where you could toggle 'checkboxes' or whatever to enable or disable certain files...
Up.