numToStr / FTerm.nvim

:fire: No-nonsense floating terminal plugin for neovim :fire:
MIT License
721 stars 24 forks source link

option for not start in insert mode #48

Closed grimgort closed 2 years ago

grimgort commented 2 years ago

Hello, Is it possible to add an option for no start in insert mode. Jump this line : image Thanks

numToStr commented 2 years ago

@grimgort What's your use case?

grimgort commented 2 years ago

when i compile c++ code, i can't switch between line and error compile message wrote in terminal, because insert mode go to last line from this

numToStr commented 2 years ago

@grimgort You can always go to normal mode by pressing <C-\><C-n> inside the terminal.