dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

tabs.py (237B)


      1 from talon import Context, actions, ui, Module, app
      2 
      3 mod = Module()
      4 
      5 @mod.action_class
      6 class tab_actions:
      7     def tab_jump(number: int):
      8         """Jumps to the specified tab"""
      9 
     10     def tab_final():
     11         """Jumps to the final tab"""