Davide Bertola

Results 43 comments of Davide Bertola

I disagree with the idea of having a separate special command for this. Bash-style tab-based completion could be nice in general while writing in command-t search box and it could...

I try to answer in order. Yes it would be nice to boost results by recent usage but i realise it can be problematic. Maybe even showing the last opened...

I am trying something here to see how i feel about it. https://github.com/davibe/command-t/commits/master What do you think about the MRU updated on bufwinenter ?

amazing. Thank you @za-creature

we ended up writing `application / json` (see spaces) :(

Well, at first i would say the simplest and most hackable thing is ok. If you look around other solutions support both ways. Nginx-rtmp for example has a configuration option...

I don't mean the "record" command. I mean the application name. When you stream to rtmp://127.0.0.1:1935/live/foo then "live" is the rtmp application name, "foo" is the stream name. Therefore you...

https://github.com/flipxfx/sVim/blob/master/sVim.safariextension/sVimTab.js#L419 are you sure about this ? you're calling the function right away instead of registering it as event handler?