Commit 51cfb08
authored
feat(neovim): vim-floaterm: Terminal manager for (neo)vim (#48)
## Terminal manager for (neo)vim
Source: https://github.com/voldikss/vim-floaterm

### Features ✨
- Manage multiple terminal instances
- Customizable terminal window style
- Switch/preview floating terminal buffers using fuzzy-finder plugins
such as [denite.nvim](https://github.com/Shougo/denite.nvim) or
[fzf](https://github.com/junegunn/fzf), etc.
- Use with other external command-line tools(ranger, fzf, ripgrep etc.)
- Use as a custom task runner for
[asynctasks.vim](https://github.com/skywind3000/asynctasks.vim) or
[asyncrun.vim](https://github.com/skywind3000/asyncrun.vim)
#### Keybindings ⌨️
- new term: `<leader>nt`: New Term
- toggle floaterm: `<leader>tt`: Toggle Term
#### Install dependencies 📦 :
- `pip3 install neovim-remote` to allow floaterm to open windows inside
neovim.
### REFERENCES 📚 :
[Youtube Video: Vim Plugin Highlight: floaterm! Floating
terminals!](https://youtu.be/QzlwC-AUY-U?si=cDlvadhVSd3VcxeM)1 parent f885211 commit 51cfb08
1 file changed
+20
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
0 commit comments