From 75c364e370472de3b577c06c85d596832e36ed04 Mon Sep 17 00:00:00 2001 From: GaspardCulis Date: Sat, 27 Jan 2024 13:54:33 +0100 Subject: [PATCH] helix: Create 'A-D' keybind for cliboard-paste-replace --- editor/helix/config.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/editor/helix/config.toml b/editor/helix/config.toml index d56ccb5..3c39f47 100644 --- a/editor/helix/config.toml +++ b/editor/helix/config.toml @@ -11,3 +11,4 @@ select = "block" [keys.normal] backspace = {r = ":sh cargo run", p = ":sh python src/main.py"} a = ["ensure_selections_forward", "collapse_selection", "move_char_right", "insert_mode"] +A-R = [":clipboard-paste-replace"]