Entering the following list displays the display of function keys for:
:for i in range(1, 12) | execute("map <F".i.">") | endfor
If you add “verbose”, you will be told where the key mappings were defined:
:for i in range(1, 12) | execute("verbose map <F".i.">") | endfor
If you have more than 12 function keys, adjust the second parameter of the expression "range ()".
source share