function Kb(key, thing)
execute "map <silent> "+a:key+ " :"+a:thing+"<cr>"
execute "imap <silent> "+a:key+ " :"+a:thing+"<cr>i"
execute "vmap <silent> "+a:key+ " :"+a:thing+"<cr>v"
endfunction
call Kb( "<F7>", "NERDTreeToggle")
почему не мапится?