From 519649e672519f74adbf1200ea6cf3828826c50e Mon Sep 17 00:00:00 2001 From: Kacper Marzecki Date: Sun, 16 Mar 2025 22:55:11 +0100 Subject: [PATCH] close on \ --- source/app.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/app.js b/source/app.js index 3fa3641..f328a0b 100644 --- a/source/app.js +++ b/source/app.js @@ -289,6 +289,11 @@ export default function TaskApp() { } } + + if (input === "\\") { + execSync("tmux-td") + } + if (input === "?") { log("=========================="); log("Keybindings:");