From bccf5d366c31ac2cea8ae549994df5e61062287d Mon Sep 17 00:00:00 2001 From: philw Date: Sun, 28 Apr 2024 19:49:04 +0200 Subject: Update zellij config, add tealdeer --- zellij/config.kdl | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'zellij/config.kdl') diff --git a/zellij/config.kdl b/zellij/config.kdl index dda30b8..22df355 100644 --- a/zellij/config.kdl +++ b/zellij/config.kdl @@ -218,3 +218,18 @@ ui { hide_session_name true } } +layout { + pane split_direction="vertical" size="60%" { + pane edit="src/main.rs" + pane edit="Cargo.toml" + } + pane split_direction="vertical" size="40%" { + pane command="cargo" { + args "run" + focus true + } + pane command="cargo" { + args "test" + } + } +} -- cgit v1.2.3