Open mikhailnov opened 2 years ago
Hello
I ran git commit -a in nemo-terminal, the nano editor was opened, but when I clicked Ctrl+O it was processed by nemo, not by nano.
git commit -a
nano
Probably the terminal extension has to grab focus?
Built-in terminal in Geany also uses VTE and grabs focus correctly, screenshot:
Hello
I ran
git commit -a
in nemo-terminal, thenano
editor was opened, but when I clicked Ctrl+O it was processed by nemo, not by nano.Probably the terminal extension has to grab focus?