function! Comment() if (mode() == "n" ) execute "Commentary" else execute "'<,'>Commentary" endif endfunction vnoremap / :call Comment()