Terminalλ︎
akinsho/toggleterm.nvim plugin provides a terminal session within Neovim, using a float, split or tab.
Space t for the Terminal sub-menu
Space t f opens a terminal in a floating window, useful for one-off commands or short sessions
Space t f opens a terminal in a horizontal split, useful for a process that prints valuable feedback, e.g. a test runner in watch mode
:Toggleterm direction=tab
opens a terminal in a tab page, useful for long running processes