From 2951e86e0600865379af0ce051495dd4a173addd Mon Sep 17 00:00:00 2001 From: Oliver Hartmann Date: Tue, 7 Jun 2022 15:24:23 +0200 Subject: [PATCH] fixed f5 to build all --- lua/setup/my_command_center.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/setup/my_command_center.lua b/lua/setup/my_command_center.lua index 1b64568..fc777c1 100644 --- a/lua/setup/my_command_center.lua +++ b/lua/setup/my_command_center.lua @@ -48,7 +48,7 @@ command_center.add({ description = 'CMake build selected target', cmd = 'CMake build', keybindings = { - { 'n', 'F5', silent_noremap }, + { 'n', '', silent_noremap }, }, }, {