voldikss / vim-floaterm

:computer: Terminal manager for (neo)vim
MIT License
2.47k stars 78 forks source link

How execute `FloatermSend g:cmd_float` #354

Open ayoubelmhamdi opened 2 years ago

ayoubelmhamdi commented 2 years ago

I want to combine FloatSendand FloatermShow to open external string in terminal

let g:cmd_float="ls -la"
FloatermSend g:cmd_float
FloatermShow

will be send g:cmd_float not ls -la