diff --git a/ftplugin/agda.vim b/ftplugin/agda.vim index f3264b5..2585b54 100644 --- a/ftplugin/agda.vim +++ b/ftplugin/agda.vim @@ -39,26 +39,3 @@ command! GoalPrev :call AgdaMod.agda_goal_prev(expand("%:p")) command! AgdaCloseMsg :call AgdaMod.close_msg_win() command! GoalContent :call AgdaMod.gc() command! GetEvbuf :call AgdaMod.getevbuf() - - -" Key mappings -nm l :AgdaLoad -nm q :AgdaCloseMsg -nm , :AgdaTypeContext -nm u, :AgdaTypeContextNorm -nm d :AgdaInfer -nm r :AgdaRefine -nm c :AgdaMakeCase -nm n :AgdaCompute -nm a :AgdaAuto -nm h :AgdaHelperFun -nm o :AgdaModuleContents -nm w :AgdaWhyInscope -nm e :MkPrompt -nm ? :PrintGoals -nm f :GoalNext -nm b :GoalPrev - - -" mappings -runtime agda-input.vim