mirror of
https://github.com/tmux/tmux.git
synced 2026-07-03 10:12:31 +00:00
6 lines
164 B
Bash
6 lines
164 B
Bash
bind-key F1 { display-message "parser bind body: F1" }
|
|
bind-key F2 {
|
|
display-message "parser bind body: first"
|
|
display-message "parser bind body: second"
|
|
}
|