map build to f4

This commit is contained in:
Oliver Hartmann 2022-08-13 19:20:19 +02:00
parent 59d9b95eb9
commit e6d1091430

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', '<F4>', silent_noremap },
},
},
{