From 9f883c9b775c5e60d77bd60f8a3472aaa728e105 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Thu, 23 Mar 2000 04:08:17 +0000 Subject: zsh-workers/10178 --- Completion/Commands/_next_tags | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'Completion/Commands') diff --git a/Completion/Commands/_next_tags b/Completion/Commands/_next_tags index 8bd3f5921..5cda547e8 100644 --- a/Completion/Commands/_next_tags +++ b/Completion/Commands/_next_tags @@ -1,4 +1,13 @@ -#compdef -k complete-word \C-xn +#autoload + +# To use this, put _next_tags at the beginning of the completer style, +# define it as a completion widget and bind it to a key, e.g.: +# +# zle -C _next_tags complete-word _next_tags +# bindkey '^Xn' _next_tags +# +# Makes it be bound to ^Xn. + # Main widget/completer. -- cgit 1.4.1