dalejung / flowspace

WIP workspace help for linux
0 stars 0 forks source link

add ability to mark tmux panes per workspace #3

Open dalejung opened 8 years ago

dalejung commented 8 years ago

This is to mark tmux panes so I can say, run this my vim code here. Normally an ipython running kernel. I used to do this with explicitly named sessions, and then when I moved to 1 tmux session with panes: detecting based on right most pane.

Now that i am mixing i3 and tmux, I have some choices to make.

  1. Explicit marking of pane or session
  2. Fallback to right most position detection?