From a3b6ddd9359f8dfd1525d7fd17eb58ecfc8e70d3 Mon Sep 17 00:00:00 2001 From: trivernis Date: Tue, 18 Oct 2022 18:55:06 +0200 Subject: [PATCH] Add escape into shell on helix error to zellij dev layout --- private_dot_config/helix/config.toml | 2 +- private_dot_config/zellij/development.yaml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/private_dot_config/helix/config.toml b/private_dot_config/helix/config.toml index 146ba68..19a0fba 100644 --- a/private_dot_config/helix/config.toml +++ b/private_dot_config/helix/config.toml @@ -30,4 +30,4 @@ rainbow = true [keys.normal] C-j = "half_page_down" C-k = "half_page_up" -a = ["insert_mode", "move_char_right"] +# a = ["insert_mode", "move_char_right"] diff --git a/private_dot_config/zellij/development.yaml b/private_dot_config/zellij/development.yaml index 30bd263..5f0f28d 100644 --- a/private_dot_config/zellij/development.yaml +++ b/private_dot_config/zellij/development.yaml @@ -1,4 +1,5 @@ copy_command: "wl-copy" +scroll_buffer_size: 10000 template: direction: Horizontal @@ -27,7 +28,7 @@ tabs: split_size: Percent: 60 run: - command: {cmd: zsh, args: ["-c", "sleep 1; hx --show-explorer"]} + command: {cmd: zsh, args: ["-c", "sleep 1; hx --show-explorer; nu"]} - direction: Horizontal split_size: Percent: 40