FTerm.nvim
FTerm.nvim copied to clipboard
:fire: No-nonsense floating terminal plugin for neovim :fire:
How is `FTermToggle` used? I can open a terminal with `FTermOpen` but I would like to temporarily return to the editor by toggling the terminal off, with the intention to...
My neovim uses a light background and I find that when FTerm opens it doesn't work so well with the same background. I'd like to modify it by making it...
I believe pressing backspace while holding ctrl or shift should still delete a single character? It seems alt+backspace deletes a whole word, but the other modifiers just add extra characters...
Is it possible to route a call to nvim inside a fterm window to the outer nvim instance? E.g. I use `tig` inside fterm. If I commit something inside tig,...
This line of code causes the custom configuration not to work
Before this commit, FTerm always returned to the last window even though it might not be on the same tabpage. This commit fixes this behavior and switches only to the...
When I manipulate an open file through FTerm (like resetting the file via LazyGit, or simply `echo test >> file.txt`, I need to manually reload the file from disk when...
Thanks for maintaining FTerm.nvim! It's a really cool project :) I use [`k9s`](https://k9scli.io/) to monitor my kubernetes clusters in the terminal, and was previously using [nvim-k8s](https://github.com/hsalem7/nvim-k8s) to launch a floating...
First of all thank you very much for the great plugin! I am creating a terminal instance where a pass a certain custom command as per the [docs](https://github.com/numToStr/FTerm.nvim#-custom-terminal): in particular...
Hi, thx for this great project! I don't know how to set compile and execute commands in scratch terminal `cmd` config. Firstly, I've tried this by follow readme : ```lua...