1
0

keybinds: disable F1 for help in insert mode

This commit is contained in:
Patrick Auernig 2024-09-25 22:14:59 +02:00
parent 01c830d8ed
commit abfa098281

View File

@ -19,6 +19,7 @@ local maps = {
{ "i", "jk", "<ESC>l", { desc = "Exit insert mode", silent = true } },
{ { "n", "v" }, "<F1>", "q", { desc = "Record a macro" } },
{ { "i" }, "<F1>", "<NOP>" },
{ { "n", "v" }, "q", "<NOP>" },
{ { "n" }, "K", "<NOP>" },