close on \

This commit is contained in:
Kacper Marzecki 2025-03-16 22:55:11 +01:00
parent 24286a563f
commit 519649e672

View File

@ -289,6 +289,11 @@ export default function TaskApp() {
}
}
if (input === "\\") {
execSync("tmux-td")
}
if (input === "?") {
log("==========================");
log("Keybindings:");