app: tmux - tag(): user.splits tag(): user.tabs # Note that you will need to add something to match the tmux app in your configuration # This is not active by default # Adding a file with a matcher for detecting tmux active in your terminal and activating # the tmux tag is required # Something like: # # title: /^tmux/ # - # tag(): user.tmux # pane management - these commands use the word split to match with the splits # tag defined in tags/splits/splits.talon go split : user.tmux_keybind(arrow_key) #Say a number after this command to switch to pane go split: user.tmux_execute_command("display-panes -d 0")