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"