vim-floaterm icon indicating copy to clipboard operation
vim-floaterm copied to clipboard

How execute `FloatermSend g:cmd_float`

Open ayoubelmhamdi opened this issue 2 years ago • 0 comments

I want to combine FloatSend and 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

ayoubelmhamdi avatar Apr 27 '22 22:04 ayoubelmhamdi