aboutsummaryrefslogtreecommitdiffhomepage
path: root/zsh/_ww.sh
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/_ww.sh')
-rw-r--r--zsh/_ww.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/zsh/_ww.sh b/zsh/_ww.sh
new file mode 100644
index 0000000..76afae8
--- /dev/null
+++ b/zsh/_ww.sh
@@ -0,0 +1,7 @@
1#compdef ww
2
3function _ww() {
4 compadd -S '' $(cd ~/vimwiki && ls ${words[2]}*)
5}
6
7_ww