From 1bfb7281341ebe21c5a92293f1a8c6a38c8c5575 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Wed, 30 Apr 2025 15:15:06 -0400 Subject: [PATCH] AutoYADM commit: 2025-04-30 15:15:05 --- .config/helix/config.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/helix/config.toml b/.config/helix/config.toml index 9df242df..19de09ee 100644 --- a/.config/helix/config.toml +++ b/.config/helix/config.toml @@ -218,6 +218,8 @@ m = '@ks*' t = '@:insert-output cat % | markdown-toc --bullets - --no-firsth1 -' [keys.normal.space] +y = ':w' +Y = ':w!' # create line above and below selection O = '@ks' o = '@xks'