-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Open
Labels
questionFurther information is requestedFurther information is requested
Description
Environment:
OS: Windows
Terminal: Windows Terminal (Version 1.23.12811.0)
Tool: k9s
Problem:
When using k9s inside Windows Terminal, the shortcut Ctrl+D (used by k9s to delete a pod) is intercepted by Windows Terminal, where it is bound to the Duplicate Tab action.
Even after removing the Ctrl+D binding from Terminal settings, the key combination still triggers another action, preventing pod deletion in k9s.
Expected Behavior:
Ctrl+D should delete the selected pod in k9s without interference from Windows Terminal.
Actual Behavior:
Ctrl+D does not delete the pod because Windows Terminal intercepts the shortcut.
Attempts Made:
- Removed Ctrl+D shortcut from Windows Terminal settings.
- Verified that the shortcut is still bound to another action internally.
Questions:
- Is there an alternative way to delete a pod from the k9s view without using Ctrl+D?
- Can the Ctrl+D shortcut in k9s be remapped to another key combination?
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested