Remove <F5> mapping for moonscript files

This commit is contained in:
Talia 2019-04-08 17:14:29 +02:00
parent bc66012d7f
commit 0d08242502
1 changed files with 0 additions and 1 deletions

1
vimrc
View File

@ -872,7 +872,6 @@ endfunction
augroup MOON
au!
au FileType moon nnoremap <buffer> <F8> :ToggleAutoMoonLocal<CR>
au BufWritePost *.moon call <SID>automoon()
augroup END
com! ToggleAutoMoon echo <SID>toggleautomoon()