window: opacity: 0.95 padding: x: 0 y: 0 key_bindings: - key: T mods: Control action: SpawnNewInstance # nvim bindings # chars syntax: \x1b[{$DECIMAL};{$SUM_OF_BITS_MODS}u # \x1b[ = CSI for ESC+[ # $DECIMAL = decimal value of unicode char # $SUM_OF_BITS_MODS = 1=Shift, 2=Alt, 4=Control # u = unicode - key: Q mods: Control|Shift chars: "\x1b[81;5u"