Italo Cunha

Results 8 issues of Italo Cunha

It seems this would be better off renamed as "Goto Empty Line Up" to make it easier to find and in line with `metaGo.gotoEmptyLineDown`. ![image](https://user-images.githubusercontent.com/325495/182039392-527ed361-a5ef-455b-a679-9a301f00576a.png)

We use `pyroute2` on software routers with millions of routes. It seems NDB loads a full snapshot of the namespace in its database, which in our case takes a significant...

This creates an intermediate level `medium` for folds and listchars.

CSS matches system color mode, but `highlight.js` does not. This makes it such that code blocks have very low contrast when using dark mode. Here is an example: ![dark](https://user-images.githubusercontent.com/325495/215827277-a15a2fef-a246-4185-94ee-19dc5bc929de.png) ![light](https://user-images.githubusercontent.com/325495/215827330-093ba985-33f3-4893-ab55-3cc40eb285f6.png)...

The library currently uses the root logger, which prevents applications from separating their logs from the library's. With this change, applications can silence or redirect sagan logs by reconfiguring the...

On long soft-wrapped lines, `gh` and `gl` go to the beginning and end of line. Is there a way to configure bindings (say, `gH` and `gL`) to go to the...

A-command

Helix recently added the go-to-word functionality (bound to `gw` by default) [[docs](https://docs.helix-editor.com/keymap.html#goto-mode), [PR with discussion of design](https://github.com/helix-editor/helix/pull/8875)].

I am trying to set-up HyperEnable to also clean up shortcuts managed by the Windows Shell. However, it does not seem to work for some of them. For example, Win+K...

bug