Add escape into shell on helix error to zellij dev layout

main
trivernis 2 years ago
parent baadaf6428
commit a3b6ddd935
Signed by: Trivernis
GPG Key ID: DFFFCC2C7A02DB45

@ -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"]

@ -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

Loading…
Cancel
Save