diff --git a/dot_config/zsh/include/functions.zsh b/dot_config/zsh/include/functions.zsh
index 0a2e928..985429e 100644
--- a/dot_config/zsh/include/functions.zsh
+++ b/dot_config/zsh/include/functions.zsh
@@ -27,7 +27,7 @@ pocompile() {
 }
 
 man() {
-    if [[ "$1" = -k ]]; then
+    if [[ "$1" = -k ]] || [[ "$1" = '---' ]] ; then
         command man "$@"        
     elif [[ -n "$1" ]]; then
         vim man://$1