From 314e9f52f0c770c265ff4ff64b2f1ee318596de0 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Tue, 1 Apr 2025 15:50:17 -0400 Subject: [PATCH] AutoYADM commit: 2025-04-01 15:50:17 --- .config/helix/config.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.config/helix/config.toml b/.config/helix/config.toml index d4880eca..eabc1e85 100644 --- a/.config/helix/config.toml +++ b/.config/helix/config.toml @@ -161,9 +161,8 @@ space = [ ':set mouse true', ] -m = ''' -@:sh cat % -''' +# insert markdown toc :) +m = {t = {o = {c = '@:insert-output cat % | markdown-toc --bullets - --no-firsth1 -'}}} p = ''' :append-output clipcat-menu --finder custom --custom-finder-program-path fuzzel --custom-finder-arguments=--dmenu,--placeholder=Clipboard --config <(printf "[log]\nemit_stdout = true\n") | grep -q 'Nothing is selected' && exit 1 || wl-paste'''