-
I found that default behavior (copy on delete) is very uncomfortably because usually when i delete selection i going to place here content from buffer , but content replaced by deleted selection and i have to use alt+d always that not comfortable |
Beta Was this translation helpful? Give feedback.
Answered by
CptPotato
Aug 2, 2023
Replies: 1 comment
-
You can rebind your keys to accommodate that. i.e. swap Also if you want to replace the selection with what you have currently yanked, use |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Lishen1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can rebind your keys to accommodate that. i.e. swap
delete_selection
withdelete_selection_noyank
, see the keymap docs.Also if you want to replace the selection with what you have currently yanked, use
R
.