Maxim Gonchar
Maxim Gonchar
stat/syst is not the only possibility for the uncertainties. I've met following cases: - triplets of stat/syst/theory were used; - asymmetric stat and syst uncertainties, [here](https://arxiv.org/abs/1511.05849); - in case of...
I like the proposed solution with no `\pm`, but the mixture is also ok.
> There is an [open telescope-project PR](https://github.com/nvim-telescope/telescope-project.nvim/pull/67) open for this, but its unfinished (only permanent setting instead of user configurable/keytoggle). If anyone wants to reuse code from that. I'm using...
Originally the idea was to restrict it to one element list. The fish have one complex type (array, which is environment variable) which can contain basic type elements (strings). The...
@xiaq, sure. But I can not think of it as of limitation, because maps were not intended to be passed as function arguments. Function can take an array of strings...
@GlitchMr, the point is in making correct naming limitations. It depends on what actually will be implemented. 1) If associative containers will be distinct from the usual variables, then different...
do not feel sorry (: I'm very grateful for you for clever-f.
I've tried to map repeat and reset keys: ``` vim nnoremap fr (clever-f-reset) nnoremap ; (clever-f-repeat-forward) ``` but it seams that they both have no effect. 'verbose map' shows that...
In my opinion is a broader topic than just the issue with '$'. I see here two items: 1. To my experience autosuggestion in vim normal mode is an unexpected...
A simpler option would be to suppress-autosuggestion before entering the normal mode, which can be done without updating the source code: ``` sh bind -M insert -m default \e suppress-autosuggestion...