skywind3000 / asyncrun.vim

:rocket: Run Async Shell Commands in Vim 8.0 / NeoVim and Output to the Quickfix Window !!
https://www.vim.org/scripts/script.php?script_id=5431
MIT License
1.84k stars 109 forks source link

Respect user's current toggleterm config #240

Closed etrnal70 closed 2 years ago

etrnal70 commented 2 years ago

Respect user choice on toggleterm's start_in_insert and open_mapping by default

skywind3000 commented 2 years ago

thanks, merged

meijieru commented 2 years ago

It should not use the default open_mapping, as it overwrites the original terminal's keymap. The terminal is hidden, thus different from the main terminal, which allows us to run long term tasks and other shell commands.