dajoha
dajoha
I have the given folder in my filesystem: /home/io/projets/fanfare-ligugé But in the ASH sqlite database, the accentuated character `é` of the folder name has been dropped everywhere. I.e., the `cwd`...
### Checklist - [X] Have you tried updating the plugin to the latest version? - [X] Have you checked the [Breaking Changes issue](https://github.com/kylechui/nvim-surround/issues/77)? - [X] Have you read through `:h...
It seems that the maximum number of search results in the TUI is hardcoded here: https://github.com/atuinsh/atuin/blob/b1155873ddcb33777474fd9f15f370b54cdd44f5/atuin/src/command/client/search/engines.rs#L38 It would be great if it was configurable in the toml file, for example...
This can be useful to handle application-level global shortcuts. In the same time I improved the `keyboard_handler` example, in order to demonstrate the "global shortcut" capability. EDIT: merged master and...
With `VirtualList`, when adding new elements in the middle of the source list, 2 (or more) items can be selected at the same time, like if they were considered as...
On a Linux OS, when adding `.on_key_up()` or `.on_key_down()` to the main view in order to register some global shortcuts, nothing happens. Hitting any key does not trigger the keyboard...