• hvis@alien.topB
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 year ago

    Have you tried to use the same binding? python-ts-mode should have the same default set as python-mode due of how python-ts-mode-map is defined.

    To see all available bindings, type C-h f python-ts-mode RET. You’re probably thinking of C-c < and C-c >.

    • FrozenOnPluto@alien.topB
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 year ago

      Many of the ‘defaut’ (in my head) bindings dont’ work in python-ts-mode (such as C-c >), but perhaps my config is blowing something up. Hmm … I’ll dig in more, thanks!