Christoph Göttschkes
Christoph Göttschkes
The problem here is, that the backend splits up a line into multiple text objects, dependent on text-attributes and cursor position. If line-wrapping is disabled, the backend creates one object...
Thanks for your feedback. Could you try out the PR and report back if it is working for you? My tests looked promising.
> Looks good so far :)! I haven't encountered any crashes yet. Very good. > However, moving to the end of a line when wrapping is enabled currently acts a...
I updated the PR. navigation is not perfect yet but seems better.
It looks like the current implementation of `scrolloff` is very computational intensive and should be revisited. I noticed some lags when using vi-mode, which I did not notice in emacs-mode....
`~/.bashrc` is only read from bash, if it is an interactive shell, see [here](https://www.gnu.org/savannah-checkouts/gnu/bash/manual/bash.html#Bash-Startup-Files). sxhkd does not execute commands in an interactive shell. That would be a big mistake. You...