summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.zshrc6
1 files changed, 6 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index 33bbe6f..afa2d8a 100644
--- a/.zshrc
+++ b/.zshrc
@@ -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
+