function s:vertopen_url() normal! "uyiW let mycommand = "reader " . @u execute "vertical terminal " . mycommand endfunction noremap vertopen_url : call vertopen_url() nmap gx vertopen_url