
Is your feature request related to a problem? Please describe.
When browsing pods in "all namespaces" mode, users often need to quickly focus on a specific namespace after finding a pod of interest. Currently, this requires manually switching namespace contexts through multiple steps, which disrupts workflow efficiency.
Describe the solution you'd like
Add a toggle behavior for the n key when in the pods view with "all namespaces" selected:
- When a pod is selected and the user presses
n, filter the pod list to show only pods from the selected pod's namespace
- The view should update to reflect this namespace filter in the header
- Pressing
n again while in this filtered state should return to the "all namespaces" view
Describe alternatives you've considered
- Manual namespace switching: Currently using
: then ns <namespace> - but this requires typing and is slower
- Using the namespace view first: Switching to the namespace view first then pods - but this adds navigation steps when already working with pods
- Selecting namespace using numbers, but this requires a restart with -n or other settings
Additional context
- The toggle button need be in header nere other hot keys
- Maybe not only for pods, but for other resources
Is your feature request related to a problem? Please describe.
When browsing pods in "all namespaces" mode, users often need to quickly focus on a specific namespace after finding a pod of interest. Currently, this requires manually switching namespace contexts through multiple steps, which disrupts workflow efficiency.
Describe the solution you'd like
Add a toggle behavior for the
nkey when in the pods view with "all namespaces" selected:n, filter the pod list to show only pods from the selected pod's namespacenagain while in this filtered state should return to the "all namespaces" viewDescribe alternatives you've considered
:thenns <namespace>- but this requires typing and is slowerAdditional context