From e3b15da059dd9bd7a363a7f88b0e2f10772b676f Mon Sep 17 00:00:00 2001 From: jdhao Date: Sun, 29 May 2022 12:27:26 +0800 Subject: add lua map module and more mappings --- lua/custom-map.lua | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 lua/custom-map.lua (limited to 'lua') diff --git a/lua/custom-map.lua b/lua/custom-map.lua new file mode 100644 index 0000000..7ca561d --- /dev/null +++ b/lua/custom-map.lua @@ -0,0 +1,8 @@ +local keymap = vim.keymap + +-- Go to the begining and end of current line in insert mode quickly +keymap.set('i', '', '') +keymap.set('i', '', '') + +-- Delete the character to the right of the cursor +keymap.set('i', '', '') -- cgit v1.2.3