Skip to content

Commit 52f4ff4

Browse files
author
Simone Gentili
committed
Added markdown indentation for suggested remapping
1 parent 8c3c143 commit 52f4ff4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ This command open `composer.json`
3333
:ComposerKnowWhereCurrentFileIs
3434
```
3535
This function aims to help you to load files without using ctag. Grep current word inside composer autogenerated files, and if only one occurrence is found, opens file in another tab. If zero or more occurrences are found, simply echoes a string to advice you. To use this in your .vimrc file, just remap function. For example you can use:
36-
map <F6> :call ComposerKnowWhereCurrentFileIs()<CR>
36+
37+
map <F6> :call ComposerKnowWhereCurrentFileIs()<CR>
3738

3839

3940
## Install

0 commit comments

Comments
 (0)