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:");