diff --git a/tmux/dot-tmux.conf b/tmux/dot-tmux.conf index 6776c57..5c456ae 100644 --- a/tmux/dot-tmux.conf +++ b/tmux/dot-tmux.conf @@ -73,3 +73,5 @@ bind-key -n M-7 select-window -t 7 bind-key -n M-8 select-window -t 8 bind-key -n M-9 select-window -t 9 bind-key -n M-0 select-window -t 10 + +bind-key "a" run-shell "sesh-select" diff --git a/zsh/dot-local/bin/sesh-select b/zsh/dot-local/bin/sesh-select new file mode 100755 index 0000000..94f0696 --- /dev/null +++ b/zsh/dot-local/bin/sesh-select @@ -0,0 +1,17 @@ +#!/usr/bin/env zsh + +exec