Yaraslau

Results 171 comments of Yaraslau

Related issue in Warp : https://github.com/warpdotdev/Warp/issues/3191 not sure how to set it specific for contour, but system wide setting is `defaults write -g ApplePressAndHoldEnabled -bool false`

I realized that emacs evil-mode has a very good default behavior when it comes to search, by default if you are using all lower-case letters search is case-insesnsitive, but if...

@eproxus Thanks for the interest I will add this into milestone for 2023 since I wanted to disable font fallback and if memory is correct @Utkarsh-khambra as well

> > I will add this into milestone for 2023 since I wanted to disable font fallback > > You mean rely on fontconfig only? Will this work on macOS?...

Closing this one, now configuration allows some flexibility for font fallback and builtint fonts will be implemented in https://github.com/contour-terminal/contour/issues/170

I suppose fish is done by this PR https://github.com/contour-terminal/contour/pull/1001 ?

I close it, we have github action for clang-tidy now

> Thanks for this! Though now I have one extra level it really convinces me I wan't multiple :-) > > e.g.`http://[fd12:1:0:8:0:1:c0a8:4d69]/` > > For word selection in e.g. yaml...

> Hello, Yes I actually was able to set testing to false and then comment out the Catch2 dependencies and that solved that part of the problem (though obviously commenting...

Indeed, you can specify this in `::daemon` call ``` /* Put the program in the background, and dissociate from the controlling terminal. If NOCHDIR is zero, do `chdir ("/")'. If...