From d711708a499a5d57f1dcc53539a2d893d325af26 Mon Sep 17 00:00:00 2001 From: ProgramSnail Date: Tue, 14 Oct 2025 20:11:14 +0300 Subject: [PATCH] helix reple config --- roles/dotfiles/files/.config/helix/config.toml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/roles/dotfiles/files/.config/helix/config.toml b/roles/dotfiles/files/.config/helix/config.toml index efc064b..1cd723c 100644 --- a/roles/dotfiles/files/.config/helix/config.toml +++ b/roles/dotfiles/files/.config/helix/config.toml @@ -29,3 +29,11 @@ mouse = false [keys.normal.space] l = ":toggle lsp.display-inlay-hints" + +# repl: reple +[keys.normal] +"A-ret" = ":pipe-to reple eval" + +# repl: reple +[keys.select] +"A-ret" = ":pipe-to reple eval"