helix: Create 'A-D' keybind for cliboard-paste-replace
This commit is contained in:
parent
88592b7678
commit
75c364e370
1 changed files with 1 additions and 0 deletions
|
@ -11,3 +11,4 @@ select = "block"
|
||||||
[keys.normal]
|
[keys.normal]
|
||||||
backspace = {r = ":sh cargo run", p = ":sh python src/main.py"}
|
backspace = {r = ":sh cargo run", p = ":sh python src/main.py"}
|
||||||
a = ["ensure_selections_forward", "collapse_selection", "move_char_right", "insert_mode"]
|
a = ["ensure_selections_forward", "collapse_selection", "move_char_right", "insert_mode"]
|
||||||
|
A-R = [":clipboard-paste-replace"]
|
||||||
|
|
Loading…
Reference in a new issue