From 11e6797cb5cc5cadbd148e20308818c68aabd335 Mon Sep 17 00:00:00 2001 From: jdhao Date: Tue, 6 Sep 2022 21:22:45 +0800 Subject: refactor: convert mapping from viml to lua --- lua/custom-map.lua | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 lua/custom-map.lua (limited to 'lua') diff --git a/lua/custom-map.lua b/lua/custom-map.lua deleted file mode 100644 index 4d88548..0000000 --- a/lua/custom-map.lua +++ /dev/null @@ -1,11 +0,0 @@ -local keymap = vim.keymap - --- Go to the beginning and end of current line in insert mode quickly -keymap.set('i', '', '') -keymap.set('i', '', '') - --- Go to beginning of command in command-line mode -keymap.set('c', '', '') - --- Delete the character to the right of the cursor -keymap.set('i', '', '') -- cgit v1.2.3