use termite as shell
This commit is contained in:
parent
20a146d96c
commit
1a595c7ad1
1 changed files with 3 additions and 3 deletions
|
@ -45,9 +45,9 @@ class Lecture:
|
||||||
|
|
||||||
def edit(self):
|
def edit(self):
|
||||||
subprocess.Popen([
|
subprocess.Popen([
|
||||||
"x-terminal-emulator",
|
"termite",
|
||||||
"-e", "zsh", "-i", "-c",
|
"-e",
|
||||||
f"\\vim --servername kulak --remote-silent {str(self.file_path)}"
|
f"vim --servername tex-vorlesung --remote-silent {str(self.file_path)}"
|
||||||
])
|
])
|
||||||
|
|
||||||
def __str__(self):
|
def __str__(self):
|
||||||
|
|
Loading…
Reference in a new issue