1
0
Fork 0
mirror of https://codeberg.org/Mo8it/dotfiles.git synced 2025-02-11 18:17:44 +00:00

Use delete_selection_noyank

This commit is contained in:
Mo 2025-01-17 11:10:54 +01:00
parent 82f3b7ae59
commit 9de3e68c95

View file

@ -30,7 +30,8 @@ newline = "all"
render = true
[keys.normal]
D = ["yank", "delete_selection"]
d = ["delete_selection_noyank"]
D = ["delete_selection"]
V = "extend_to_line_end"
C-k = "goto_next_buffer"
@ -50,7 +51,8 @@ y = "no_op"
esc = ["collapse_selection", "normal_mode"]
[keys.select]
D = ["yank", "delete_selection"]
d = ["delete_selection_noyank"]
D = ["delete_selection"]
V = "extend_to_line_end"
esc = ["collapse_selection", "keep_primary_selection", "normal_mode"]