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:
parent
f1f5ac01af
commit
06184e8a32
1 changed files with 2 additions and 0 deletions
|
|
@ -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,]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue