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', '', '')