jixiuf / vterm-toggle

toggles between the vterm buffer and whatever buffer you are editing.
GNU General Public License v3.0
188 stars 12 forks source link

Open new terminal buffer if existing one is in different frame #15

Closed cyruseuros closed 4 years ago

cyruseuros commented 4 years ago

It would be nice if this was a setting that could be toggled.

jixiuf commented 4 years ago

try

(setq vterm-toggle-scope 'frame)
cyruseuros commented 4 years ago

Oh, this is even better than I thought! Thanks!