Skip to content

Commit

Permalink
zsh(completion): Add _tmux completion based on tmux 3.4
Browse files Browse the repository at this point in the history
Some linux systems have old zsh distributions, hence a old completion
function for tmux (for much earlier versions). This breaks completion
for some tmux aliases (e.g. `t`), so we use the latest _tmux completion
function obtained from the latest zsh repository.
  • Loading branch information
wookayin committed Apr 14, 2023
1 parent c99beb1 commit a313d44
Show file tree
Hide file tree
Showing 2 changed files with 1,949 additions and 0 deletions.
9 changes: 9 additions & 0 deletions zsh/functions/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Custom zsh completions
======================

Some of the completion scripts added in this directory are redistributed
and obtained from:

- https://github.com/zsh-users/zsh/tree/master/Completion/Unix/Command

**BEAWARE OF** LICENSE ISSUES -- Do not Add GPL-licensed files.

0 comments on commit a313d44

Please sign in to comment.