Ajit

Results 46 comments of Ajit

I noticed this happens on pressing space key too (in insert mode).

Good idea 👍 Let me know when I can test these changes

@sandro Do we have a way to get folder path given that there is an [API to select a folder](https://web.dev/file-system-access/#opening-a-directory-and-enumerating-its-contents)? (PS: Also another question out of context, I'm unable to...

Heya. Is it an M1 based Mac or an Intel based? If it is an M1 based, you'd need `telltail-cli` having 'arm64' in its name, not 'amd64'.

That's unfortunate, as I don't own a Mac. So it'd be difficult for me to sort this issue out.

If you're okay with installing Go on your machine, I can tell you the instructions which you can follow as is: 1. Download and install Go from https://go.dev/doc/install 2. Clone...

> I think it now works with `:tabnew` and `T`. It still doesn't work with `:tab sb`, I think it's an upstream issue, it doesn't trigger the `TabNewEntered` event. They...

> Seems like this fixed it, but this also created a new problem. To reproduce: > > * Open a file > * Do `:tabnew` > * Do `:ls` >...

This is happening because `ignorecase: true` is passed in [here](https://github.com/testthedocs/vale-styles/blob/master/ttd-light/So.yml) and [here](https://github.com/testthedocs/vale-styles/blob/master/write-good/So.yml). Removing that line makes the rule works as expected.

Heya, I agree that we have a use-case here. This library closely follows the core logic of fzf-cli. And to avoid the risk of breaking backwards compatibility, I'll wait for...