Skyler Ferris

Results 15 comments of Skyler Ferris

It looks like the reason for this behavior is that the help-command variable stores the keymap in its function definition, and the keymap API will interpret the value properly no...

I am also experiencing this issue on a linux installation which happens not to have man installed (strange I know, but this is where I find myself). Running `:! man`...

Hello, I am interested in working on this issue; it would be my first contribution to Habitat. I've cloned the repo and started digging through the code, but I'm having...

@reset Thanks for the links! I've implemented a couple of rust functions which I believe do the majority of the work required (one searches a directory tree for a file...

Sorry for the delay; I was having some problems building the project, but I've set up an Arch installation that seems to be working fine. After spending some time digging...

I could see an argument for that, though I don't know if it's possible to do so in powershell. Based on [this](http://www.powertheshell.com/argument-completion-in-powershell-3-0/) article it's not, though I haven't done extensive...

@ShalokShalom Sure thing, but it's not done yet! If no one has any objections, I'm going to upload the functions I wrote as a package in habitat, add it to...

Sorry for the silence on this issue; I have been delayed by a combination of life events and problems building Habitat on NixOS. I've sorted through everything though and I'm...

Alright, so I think I have the required functionality implemented, I just have a few issues to resolve. You can see the rust utilities I created on [this repo](https://github.com/SaffronSnail/find-file) and...

@rsertelon I submitted a pull request [here](https://github.com/habitat-sh/habitat/pull/2945) that I believe resolves this issue. As far as I know, there's nothing for me to do unless the pull request is rejected...