-
Title-text. To any netizen, it should be obvious why a search feature would be helpful.
The more interesting part would be how to implement such a feature. OCR would undoubtedly see some use here, …
-
**Is your feature request related to a problem? Please describe.**
Looking at #996, it is clear to me that people would like to see a better way of using `Lazygit` in Neovim, however, there isn't rea…
-
**Is your feature request related to a problem? Please describe.**
There are certain options I'd like to change "on the fly" via mappings while Telescope is running without the need to close it and…
-
## What is modern CMake?
Since CMake-2.8, CMake has introduced a new way to create express dependencies between targets and external libraries, using "properties" and "imported targets", instead of…
-
## Problem
For clients to get function signatures and type information, currently we need to model APIs in C. It's not easy for clients to generate their own language-specific interface to the Nvim…
-
Hope I didn't miss a feature in the documentation, I did try to look and found nothing.
I constantly find myself opening the incorrect picker by accident. It would be awesome if you could easily j…
-
It seems that the fuzzy search is improperly prioritizing despite changes made in https://github.com/ellie/atuin/pull/179
For example:
The following interactive query `tg plan` will result in:
![i…
jemag updated
1 month ago
-
### What version of Go are you using (`go version`)?
$ go version
go version devel +801cd7c84d Thu Apr 2 09:00:44 2020 +0000 linux/amd64
$ go list -m golang.org/x/tools
golang.org/x/tools …
-
In general model finder classes use "fuzzy search", i.e. `findElement(By.xpath(".//*[contains(text(),"+escaped+")]"))`.
Examples are:
- org.senchalabs.gwt.gwtdriver.gxt.models.Tree.findItemWithText(S…
-
The fishshell https://fishshell.com/ has a really nice feature IMO, your can type any part of file and hit `` to complete. In vim and other shells I know, user have to type exactly the leading part of…