mirror of
https://github.com/tmux/tmux.git
synced 2025-12-27 12:26:07 +00:00
Add a format for the name of the pane's mode, lets it be used as a
conditional for key bindings.
This commit is contained in:
@@ -57,6 +57,8 @@ enum window_choose_input_type {
|
||||
};
|
||||
|
||||
const struct window_mode window_choose_mode = {
|
||||
.name = "choose-mode",
|
||||
|
||||
.init = window_choose_init,
|
||||
.free = window_choose_free,
|
||||
.resize = window_choose_resize,
|
||||
|
||||
Reference in New Issue
Block a user