I60R
I60R
Hello, thank you for reporting this. Page buffer start "scrolling" because `journalctl` output is larger than 100000 lines which is limit for :term buffer and lines at the top just...
Temporary solution is implemented in [new version](https://github.com/I60R/page/releases/tag/v1.9.0). It's not very elegant, since requires querying for more text manually with `:Page` command, and scrollback limit is not gone. But at least...
Is `-q 100000` works well for you? I've set it to `90000`, since long lines in :term buffer are splitted into two or more and it still causes scrolling sometimes....
The same issue happens for me on Manjaro Linux. It seems that Meter Deflection is just disabled on program start. Just opening settings panel and pressing "Ok" makes it run...
I'd rather like if neovim was providing the way to document shortcuts and retrieve that documentation by plugins
**Upd**: now it looks like this: ```lua for n = 1, 9 do local function focus_nth_buffer() require('bufferline').go_to_buffer(n) end (map "Go to (" .. n .. ") buffer") .alt [n] =...
>This might be pretty hairy to implement, especially if we end up trying to detect loops (A says display after B, and B says display after A). Okay, I understand....
>I'm open to others opinions as well, but even when flattening the order should be preserved. That sounds like a new issue to me, or perhaps we re-name this issue...
>We have them. help_heading. The whole point isn't in having them, but in having them in the same place and not using them explicitly. >You are not exactly giving us...
This is what man page for dunst displays for me: ```man origin (default: top-right) The origin of the notification window on the screen. It can then be moved with offset....