|
|
+I had to hack in a way to move between splits and windows seamlessly. Basically what I'm doing is when I press ctrl+{h,j,k,l} it executes a script that checks if we're in a TMUX window and if that's the case it checks if we have a split to move to or not, if not it executes `aerospace focus`.
|