add(conf): add action to send ^b (#1106)

add an action to send `^b` while in `tmux-mode`

fixes #1095
This commit is contained in:
a-kenji 2022-02-24 04:58:27 +01:00 committed by GitHub
parent f1f5ac01af
commit 06184e8a32
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -448,6 +448,8 @@ keybinds:
key: [Ctrl: 's']
- action: [Quit,]
key: [Ctrl: 'q',]
- action: [Write: [2,], SwitchToMode: Normal]
key: [Ctrl: 'b']
- action: [NewPane: Down, SwitchToMode: Normal,]
key: [Char: "\"",]
- action: [NewPane: Right, SwitchToMode: Normal,]