strager
strager
Hard blockers: - [x] buffer randomly disappearing - [ ] quickfix window marked hidden while visible (#11) - [ ] no way to see output of `:!` Soft blockers: -...
Might be a bad interaction between netrw and our fzf code.
given the files: ``` fakeroot-x86_64-linux-gnu.conf i386-linux-gnu.conf libc.conf x86_64-linux-gnu.conf zz_i386-biarch-compat.conf ``` If I open `x86_64-linux-gnu.conf`, then press `-`, the browser has my cursor on the first line (at column `x`). The...
`-` should open in the current window always, never in a new split.
Example: ``` gnu;plot ```
md_html allows very little customization. If users want to use `` instead of ``, for example, they need to reimplement md_html entirely or post-process md_html's output. Expose some of md_html's...