vim-floaterm
vim-floaterm copied to clipboard
Is there any way to send {motion} to REPL?
It just feels more "vim-like" to be able to do things with motion.
What do you mean by sending “motion”
I can delete a word by type daw
, and delete a paragraph by type dap
when I map
nnoremap gz :FloatermSend<cr>
if I can send a paragraph by type gzap
, it is very useful
The plugin shoudn't cover mappings like that, you should define it in your own vimrc