add l and r bracket

This commit is contained in:
cmccay 2023-05-26 15:43:39 -05:00
parent a13349531d
commit a3854ad486
1 changed files with 2 additions and 2 deletions

View File

@ -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]" }