nixvim: Unmap <F1>

Signed-off-by: George Kaklamanos <gkaklas@gkaklas.gr>
This commit is contained in:
George Kaklamanos 2025-06-11 18:19:57 +03:00
parent 32e77fd2c9
commit bb7748ef5a
Signed by: gkaklas
GPG key ID: C0CAB8A6BDC9399D

View file

@ -50,5 +50,6 @@ in {
(key "<F5>" (luafr "nvim-tree.api" "tree.toggle()"))
(lkey "d" "vim.cmd.bdelete")
(unmap "<F1>")
];
}