xbe
xbe
The culprit of this bizarre bug for me was gitgutter. Switching to Signify fixed it.
I blamed gitgutter too early. The reason this happens is because gitgutter by default has bindings like `h${KEY}`, where `${KEY}` can be something like `u` for "unstage this hunk". When...
As a very easy test, you could change your binding to: ``` map H (easymotion-linebackward) ``` Assuming you don't have any bindings that start with `H`, that should be pretty...
@ajor / @brendangregg : Would I be correct in postulating that the only way to do this is to reimplement soft-float functions in LLVM's IRBuilder? The logic being that BPF...