diff --git a/README.md b/README.md index e8f5754..fed2aac 100644 --- a/README.md +++ b/README.md @@ -43,3 +43,9 @@ Add following setting to .vimrc if you want same behavior as version `0.2.1`. ```viml nmap (jsdoc) ``` + +Alternatively, you could add the following setting to your .vimrc to search for the last `function` declaration +and puts your jsdoc above it: +```viml +nmap ?function:noh(jsdoc) +```