You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -396,7 +396,7 @@ You can now override the context portForward default address configuration by se
396
396
maxConnRetry: 5
397
397
# Indicates whether modification commands like delete/kill/edit are disabled. Default is false
398
398
readOnly: false
399
-
# Toggles whether k9s should exit when CTRL-C is pressed. When set to true, you will need to exist k9s via the :quit command. Default is false.
399
+
# Toggles whether k9s should exit when CTRL-C is pressed. When set to true, you will need to exit k9s via the :quit command. Default is false.
400
400
noExitOnCtrlC: false
401
401
#UI settings
402
402
ui:
@@ -661,7 +661,7 @@ K9s allows you to extend your command line and tooling by defining your very own
661
661
A plugin is defined as follows:
662
662
663
663
* Shortcut option represents the key combination a user would type to activate the plugin. Valid values are [a-z], Shift-[A-Z], Ctrl-[A-Z].
664
-
* Override option make that the default action related to the shortcut will be overrided by the plugin
664
+
* Override option make that the default action related to the shortcut will be overridden by the plugin
665
665
* Confirm option (when enabled) lets you see the command that is going to be executed and gives you an option to confirm or prevent execution
666
666
* Description will be printed next to the shortcut in the k9s menu
667
667
* Scopes defines a collection of resources names/short-names for the views associated with the plugin. You can specify `all` to provide this shortcut for all views.
0 commit comments