From 0003fcc5376f2025b472326bc81eb466229c6e60 Mon Sep 17 00:00:00 2001 From: ProgramSnail Date: Tue, 14 Oct 2025 20:14:43 +0300 Subject: [PATCH] helix config fix --- roles/dotfiles/files/.config/helix/config.toml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/roles/dotfiles/files/.config/helix/config.toml b/roles/dotfiles/files/.config/helix/config.toml index 1cd723c..35a4850 100644 --- a/roles/dotfiles/files/.config/helix/config.toml +++ b/roles/dotfiles/files/.config/helix/config.toml @@ -22,18 +22,12 @@ mouse = false "ret" = ":w" "S-left"="jump_view_left" "S-right"="jump_view_right" +"A-ret" = ":pipe-to reple eval" [keys.select] "ы" = "yank" "д" = "delete_selection" +"A-ret" = ":pipe-to reple eval" [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"