From f133f4be31f55235e02106595c6e27772cc3d54d Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Thu, 24 Apr 2025 22:00:05 -0400 Subject: [PATCH] AutoYADM commit: 2025-04-24 22:00:05 --- .config/helix/config.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/helix/config.toml b/.config/helix/config.toml index f26997fc..9df242df 100644 --- a/.config/helix/config.toml +++ b/.config/helix/config.toml @@ -218,6 +218,9 @@ m = '@ks*' t = '@:insert-output cat % | markdown-toc --bullets - --no-firsth1 -' [keys.normal.space] +# create line above and below selection +O = '@ks' +o = '@xks' t = "move_parent_node_end" T = "move_parent_node_start" # yazi integration