nvim(feat): map backspace to delete symbol before cursor
This commit is contained in:
parent
9471c4a24e
commit
5bf9f51cd3
@ -27,6 +27,7 @@ map('n', '<Space>', 'O<ESC>', opts)
|
|||||||
|
|
||||||
-- x to blackhole
|
-- x to blackhole
|
||||||
map({'n', 'v'}, 'x', '"_x', opts)
|
map({'n', 'v'}, 'x', '"_x', opts)
|
||||||
|
map('n', '<bs>', '"_X', opts)
|
||||||
|
|
||||||
|
|
||||||
-- Put without overwrite yanked text
|
-- Put without overwrite yanked text
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user