-
Since I updated neoterm today, I've started getting this error when I try to use it in a buffer with unsaved changes:
```
Error detected while processing function neoterm#open[5]..neoterm#new[15].…
-
I found this old issue https://github.com/kassio/neoterm/issues/81#issuecomment-220701061 that shows a way to add this functionality.
However it seems that the `neoterm#do()` function has since be…
-
I found that running `Tnew` with these 2 configurations opens the neoterm split on the same position:
```viml
let g:neoterm_position = 'vertical'
let g:neoterm_tnew_mod = 'botright'
```
```vi…
-
When multiple neoterm's have been opened but only one is displayed, calling `:TcloseAll` or `:Tclose` closes a non-neoterm window.
Steps to reproduce after opening a file (e.g. `nvim my-file.txt`):…
-
I'm using `neoterm` with `vim-test`. I've tried to set vertical size with `neoterm_size` but it doesn't seem to work. It always takes the half of the current window.
```vim
let test#strategy = 'ne…
-
shell: zsh
I found that the neoterm does not apply the configurations under the folder of .neoterm.
For example, there's key-shortcuts confguration for vim, but the shortcuts does not appear as …
-
I think this was after this commit https://github.com/kassio/neoterm/commit/1b05f7808fb2a315ffeeebdb600c9341b35c707f
To reproduce:
- `:Ttoggle`
- Call `:bdelete!` on the terminal buffer
- This…
-
How does the size option now work in relation to `g:neoterm_default_mod`? I have the following settings but I noticed the size option no longer has any effect.
```viml
let g:neoterm_size = 10
let…
-
:TREPLSendLine and :TREPLSendSelection work fine now in vim 8.0.1401, but I can't make the mappings trigger. I've tried several combinations, including:
```
nnoremap gs neoterm-repl-send
xnorem…
-
When there is no any terminal buffer then when you send any command with `:T` or REPLSend then depends on your setup neoterm split-window "popup". But if you toggle or close it (not bdelete!) then sen…