I'm trying to find the name of the file I'm editing inside of vimVim. So I can use it to map F5F5 to compile this file. Would of course be great if I could recognize the file format, and choose compiler accordingly, but realyreally not necessary. If I find the name of the file, I could do that myself. But I really can't find any way to get the name of the file I'm editing.
I know of the :make:make command, and have already mapped that, but for small scripts/testing programs, I really don't want to first have to write a simple makefile.
Thank you for all your help.