how to map <CR> to execute the executable file and l to open file?
<CR>
l
Try this:
set runexec nnoremap l i
See:
it works perfectly !!!! thx!!