chore: remove redundant comments
This commit is contained in:
+1
-2
@@ -124,10 +124,9 @@ vim.keymap.set("n", "gr", "<Nop>")
|
||||
vim.cmd.aunmenu({ "PopUp.-1-" })
|
||||
vim.cmd.aunmenu({ "PopUp.How-to\\ disable\\ mouse" })
|
||||
|
||||
-- Insert-mode Emacs bindings (C-f/C-b live further down inside hover_scroll_map)
|
||||
-- Insert-mode Emacs bindings
|
||||
vim.keymap.set("i", "<C-a>", "<C-o>^")
|
||||
vim.keymap.set("i", "<C-e>", function()
|
||||
-- Fall through to Vim's default (close popup + revert) during completion.
|
||||
return vim.fn.pumvisible() ~= 0 and "<C-e>" or "<C-o>$"
|
||||
end, { expr = true, replace_keycodes = true })
|
||||
-- vim.keymap.set('i', '<C-d>', '<C-o>x') -- Overrides de-indent
|
||||
|
||||
Reference in New Issue
Block a user