1
0
Fork 0
mirror of https://codeberg.org/Mo8it/dotfiles.git synced 2024-10-17 20:52:40 +00:00

Remove C-d

This commit is contained in:
Mo 2023-01-22 14:42:54 +01:00
parent b434d05c4b
commit 6fa8e653b6

View file

@ -30,7 +30,6 @@ p = "paste_clipboard_after"
P = "paste_clipboard_before"
y = "yank_joined_to_clipboard"
D = ["yank_main_selection_to_clipboard", "delete_selection"]
C-d = ["extend_to_line_bounds", "delete_selection"]
V = "extend_to_line_end"
C-k = "goto_next_buffer"