helix: Create 'A-D' keybind for cliboard-paste-replace

This commit is contained in:
GaspardCulis 2024-01-27 13:54:33 +01:00
parent 88592b7678
commit 75c364e370

View file

@ -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"]