nvim(feat): map backspace to delete symbol before cursor

This commit is contained in:
TheK4n 2023-03-30 00:23:27 +03:00
parent 9471c4a24e
commit 5bf9f51cd3

View File

@ -27,6 +27,7 @@ map('n', '<Space>', 'O<ESC>', opts)
-- x to blackhole
map({'n', 'v'}, 'x', '"_x', opts)
map('n', '<bs>', '"_X', opts)
-- Put without overwrite yanked text