Results 71 comments of tyzbit

I would defer to someone more familiar with the codebase but `View`s seem to correlate mostly with Kubernetes resources (with the exception of `contexts`). Maybe the most accurate way to...

@KevinGimbel those formatting changes were not intentional, I've changed my settings so it doesn't happen again. While I was at it, I squashed my commits.

Thank you for the great feedback. I'm working on addressing the comments; some planned changes: - Navigate history with `[` and `]` instead of `B` (I prefer this over ``...

I've implemented history navigation via `[` and `]` and switching to the last command using `-`. Right now, they're pretty similar because your last view will either be back one...

I don't think so, not any more than any other keybindings are customizable.

Good call! Added it under Navigation, tried to name the options such that they'd be grouped alphabetically and make sense with as few words as possible. ![image](https://github.com/user-attachments/assets/e92452d0-a001-40f6-9d70-ba9d9d8825fb) EDIT: adjusted capitalization...

I took a quick look at the code and the cause is here https://github.com/derailed/k9s/blob/e44c223e91c7fe5f6c77e3236272d1cf94bdd536/internal/view/command.go#L156-L158 Pod,Deployment,Service are not considered special commands but Aliases is (and others may be considered special as...

@uozalp this is technically a pre-existing bug as I can reproduce it on `v0.50.6` by doing `:po /-l app.kubernetes.io/instance=cert-manager` but it definitely needs to be fixed. I will either include...