diff options
-rw-r--r-- | .zshrc | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -174,3 +174,9 @@ bindkey '^R' history-incremental-search-backward bindkey '^A' vi-beginning-of-line bindkey '^E' vi-end-of-line +tln() { + reply=( $(tmux list-sessions | cut -d: -f1) ) +} + +compctl -K tln muxa + |