Jesse Duffield

Results 532 comments of Jesse Duffield

@altmas5 do you still intend to work on this?

Looking good. Two things: * Could we make this keybinding also available in the side views that render to the main view? I'd prefer to not have to hit enter...

@sunny-Ne5 Sorry for the late reply! You'll only need the keybinding for containers and services, so feel free to just add an extra two keybindings for that

@angrykoala I am able to copy text from lazydocker by holding `option` and `command` (I'm on a mac) and dragging over the area I want to copy. It only allows...

I completely agree. @ed-bassett you truly have a strong grasp on good UX. If only we worked at the same company and I could regularly defer to your judgement about...

This has been implemented in lazygit (see [here](https://github.com/jesseduffield/lazygit/blob/master/pkg/gui/context/menu_context.go#L104)) but not lazydocker. Unfortunately lazydocker is behind on some refactorings but it should be fairly straightforward to go through each menu item...

very cool library! I wonder how best to go about this: we currently have most (though not all) of our keybindings defined in one place, so for those which are...

I agree @glvr182 , and if you want to spend time on this that would be awesome :)

Also worth noting that if we set a key to be the empty string, that will enable the user to disable certain keys, which satisfies https://github.com/jesseduffield/lazydocker/issues/27

also worth noting we'd need to support arrays of keys which luckily is already covered by that library. And if we're supporting arrays of keys then I guess we'd need...