This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
## about | |
# this does two things 1) provides a visual indicator when moving between panes | |
# 2) cleverly cycles between the previous pane on all windows across the session. | |
# NOTE this script does echo out every single tmux focus switch to a file in /tmp/ | |
# so unless you turn your machine off every night you'll want to find some way of | |
# dealing with that. |