FTerm.nvim
FTerm.nvim copied to clipboard
:fire: No-nonsense floating terminal plugin for neovim :fire:
One thing that I really like about [nvim-tree.lua](https://github.com/kyazdani42/nvim-tree.lua) is that when ever I try to open a file inside its window, it'll open it up inside another window. This behavior...
How to Reproduce: 1. Install plugin called [fzf-lua](https://github.com/ibhagwan/fzf-lua) 2. Open any one of its floating windows, e.g. `FzfLua buffers` 3. Execute cmd `:lua require("FTerm").toggle()` Friendly linked to the error line:...
Steps to reproduce: - toggle term on - toggle term off - try to quit with `:xa` Error: ``` E948: Job still running E676: No matching autocommands for acwrite buffer...
The terminal's empty when you reopen it in another session. To reproduce: - open & close a terminal - switch session using [session-lens](https://github.com/rmagatti/session-lens) - reopen the terminal I assume this...
Hi, I tried setting up this terminal so it will automatically enter cwd on the current buffer when is opened, but cannot achieve it. Here' s what I tried: ```...
### Description On neovide, opening an FTerm terminal floating window, and clicking it brings the cursor and the focus to the window behind the floating window. ### Expected Behavior In...
Hello, thanks for this wonderful implementation. I contributed previously to vim-floaterm and then used my own functions for a while, but now I'm migrating to init.lua and will adopt FTerm...
I have defined fish configuration in `~/.config/fish/config.fish`(MacOS). My configuration (Lazy.nvim): ``` return { "numToStr/FTerm.nvim", pin = true, keys = { { "t", mode = {"n"}, "lua require('FTerm').toggle()"}, { "t", mode...
An option such as "`path`" that may be a string or a function, which may be used by the terminal as the path (instead of the default `:pwd`) in which...
`FTerm.scratch` currently ignores an explicit `auto_close = true`. Resolves #88