Skip to content

Commit 1347ed8

Browse files
author
Simone Gentili
committed
Removed <F6> mapping avoinding force this mapping key
1 parent d4d9904 commit 1347ed8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

plugin/vim-composer.vim

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ function! s:ComposerInstallFunc(arg)
5555
endif
5656
endfunction
5757

58-
map <F6> :call ComposerKnowWhereCurrentFileIs()<CR>
5958
function! ComposerKnowWhereCurrentFileIs()
6059
let l:currentWord = expand('<cword>')
6160
let l:command = "grep " . l:currentWord . " ./vendor/composer -R | awk '{print $6}' | awk -F\\' '{print $2}'"

0 commit comments

Comments
 (0)