diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2023-04-02 17:44:43 +0200 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2023-04-02 17:44:43 +0200 |
commit | 65f0046083b6239bdd76a81af63e3cad4516c75a (patch) | |
tree | 46677f49f4d34e40f6a0c8ae87732823c836f6c6 /lua/remap.lua |
Initial commit
Diffstat (limited to 'lua/remap.lua')
-rw-r--r-- | lua/remap.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lua/remap.lua b/lua/remap.lua new file mode 100644 index 0000000..d9ecd61 --- /dev/null +++ b/lua/remap.lua @@ -0,0 +1,4 @@ +vim.keymap.set("x", "d", "\"_d") +vim.keymap.set("n", "d", "\"_d") +vim.keymap.set("x", "D", "\"_D") +vim.keymap.set("n", "D", "\"_D") |