skywind3000 / vim-terminal-help

Small changes make vim/nvim's internal terminal great again !!
MIT License
246 stars 32 forks source link

Add command :DropFromTerminal #8

Closed brglng closed 4 years ago

brglng commented 4 years ago

Add helper command :DropFromTerminal

brglng commented 4 years ago

Closed as I found simply let g:terminal_edit = 'wincmd p | drop' works.