Open
Description
Discussed in #4195
Originally posted by Xophmeister December 31, 2024
In tmux, Prefix+:
will open a command line input to allow you to enter arbitrary tmux commands. This is similar to Vim, where :
enters command line mode.
It would be useful to have such a feature in Ghostty to try out actions, without having to define a keybinding for them.
Maintainer's Note: Instead of a text interface with commands, it would be perhaps more idiomatic for a GUI application to display a pop up command palette instead, à la VS Code, IntelliJ IDEA, Blender, etc. There, we can also display default keybindings, which can be more easily learned by new users.