chore: remove improved line end / start
This commit is contained in:
@@ -3,10 +3,6 @@ local keymap = vim.keymap.set
|
||||
local delkeymap = vim.keymap.del
|
||||
local opts = { noremap = true, silent = true }
|
||||
|
||||
-- Improved line start/end
|
||||
keymap({ "n", "v" }, "H", "^", opts)
|
||||
keymap({ "n", "v" }, "L", "$", opts)
|
||||
|
||||
-- Improved escape
|
||||
keymap("n", "<ESC>", "<ESC>:noh<CR>", opts)
|
||||
keymap("t", "<ESC><ESC>", "<C-\\><C-n>", opts)
|
||||
|
||||
Reference in New Issue
Block a user