betterTerm.nvim icon indicating copy to clipboard operation
betterTerm.nvim copied to clipboard

The best terminal you could have (well for me it is), is very similar to that of VScode.

Results 7 betterTerm.nvim issues
Sort by recently updated
recently updated
newest added

this would allow the user to detect the project root and open a terminal automatically there. ```lua require('betterTerm').open(1, { cwd = "" }) ``` this could be implemented by calling...

I've been wondering if there's a way to not only have the default config open terminals in a new window located at the bottom of the screen, but also to...

enhancement

While the terminal is open, and focused (insert mode), i can trigger vim commands while typing i.e. `tt`

I think it would be very useful to have a tab system for the terminal as its quite more comfortable than using the select view every time you want to...

enhancement

support split terminal like in vscode, so that we can see output from multiple terminals at the same time.

This is arguably a preference that could be a setting, rather than the way things always _should_ be, but if I open three terminals (`Term_0`, `Term_1`, `Term_2`) and then I...

Would be awesome if a floating position was supported. Is this feasible or planned?

enhancement
help wanted