add l and r bracket
This commit is contained in:
parent
a13349531d
commit
a3854ad486
|
@ -86,8 +86,8 @@ key_bindings:
|
|||
- { key: Key5, mods: Alt|Shift, chars: "\x1b%" } # Alt + %
|
||||
- { key: Key6, mods: Alt|Shift, chars: "\x1b^" } # Alt + ^
|
||||
- { key: Backslash, mods: Alt, chars: "\x1b\\" } # Alt + \
|
||||
- { key: Backslash, mods: Alt, chars: "\x1b\\" } # Alt + \
|
||||
- { key: Slash, mods: Alt, chars: "\x1b/" } # Alt + /
|
||||
- { key: Left, mods: Alt, chars: "\x1b[1;3D" }
|
||||
- { key: Right, mods: Alt, chars: "\x1b[1;3C" }
|
||||
|
||||
- { key: LBracket, mods: Alt, chars: "\x1b[" }
|
||||
- { key: RBracket, mods: Alt, chars: "\x1b]" }
|
||||
|
|
Loading…
Reference in New Issue