kassio / neoterm

Wrapper of some vim/neovim's :terminal functions.
Other
1.32k stars 117 forks source link

Feature Request: command to switch between terminal buffer like ":bnext/:bprevious" #167

Closed hiberabyss closed 7 years ago

hiberabyss commented 7 years ago

Sometimes, I would like to create several terminal buffers and switch between these terminal buffers. Could commands like "bnext/bprevious" provided to help to switch between terminal buffers?

Thanks!

hiberabyss commented 7 years ago

Here is a blog which provides a work around for this feature. The blog is written in Chinese.

Thanks!

hiberabyss commented 7 years ago

Hi @kassio ,

Thanks for your quick responding to this feature request!

There seems to be a bug in ":Tprevious" command, I send a pull request to fix this.

hiberabyss commented 6 years ago

Is it possible to also change last active term id when run :Tnext/Tprevious ? Otherwise, when open neoterm via :Topen in other tab, the terminal is inconsistent with previous tab which have ever used Tnext or Tprevious.

Thanks!

kassio commented 6 years ago

Hum.. actually, today we don't have the idea of the last active. But, I think it's a nice idea now that we have :Tnext and :Tprevious.

Do you mind to open a new issue with the suggestion?

hiberabyss commented 6 years ago

@kassio Of course, the new issue #173 has already been created!

Thanks!