# Command Bar Reference Press `:` to open the command bar. Input is classified by the first word: - `:!` — shell command (e.g. `:! kubectl top nodes`) - `:ns`, `:ctx`, `:sort`, … — built-in command - `:k`, `:kubectl`, `:get`, … — kubectl command - `:pod`, `:svc`, … — resource jump `Tab` accepts the highlighted suggestion, `Up`/`Down` cycles, `Enter` runs. ## Built-in commands | Command | Description | |---|---| | `:namespace …`  ·  `:ns …` | Switch namespace(s); no args opens the Namespaces list | | `:context `  ·  `:ctx ` | Switch kube context | | `:sort ` | Sort the current list by column name | | `:set