From b13112010bb28334cdd2542171df4d8d60edaa66 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Tue, 3 Sep 2024 02:43:26 +0200 Subject: Added make shortcut to helix --- helix.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/helix.toml b/helix.toml index e2c7eb1..5f0545a 100644 --- a/helix.toml +++ b/helix.toml @@ -24,3 +24,4 @@ auto-signature-help = false "C-right" = [ "goto_next_buffer" ] "C-up" = [ "page_cursor_half_up" ] "C-down" = [ "page_cursor_half_down" ] +"C-b" = [ ":sh make" ] -- cgit v1.2.3