gf-list is a simple vim plugin that extends the gf command to search for multiple files and uses a location-list for selection.
the default mapping is gf. This can be changed for visual and normal mode with
the following variables:
let g:GfList_map_n_gf = 'gf'
let g:GfList_map_v_gf = 'gf'