diff --git a/helix.toml b/helix.toml index e2c7eb1dde2a952bbd7d2c616e0d8232dc50866e..5f0545af57f54a13d8a3a9002f6b2d74d0aadc40 100644 --- a/helix.toml +++ b/helix.toml @@ -24,3 +24,4 @@ "C-left" = [ "goto_previous_buffer" ] "C-right" = [ "goto_next_buffer" ] "C-up" = [ "page_cursor_half_up" ] "C-down" = [ "page_cursor_half_down" ] +"C-b" = [ ":sh make" ]