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"