fixed f5 to build all

This commit is contained in:
Oliver Hartmann 2022-06-07 15:24:23 +02:00
parent 228171561f
commit 2951e86e06

View File

@ -48,7 +48,7 @@ command_center.add({
description = 'CMake build selected target',
cmd = '<CMD>CMake build<CR>',
keybindings = {
{ 'n', 'F5', silent_noremap },
{ 'n', '<F5>', silent_noremap },
},
},
{