aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--helix.toml1
1 files changed, 1 insertions, 0 deletions
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
24"C-right" = [ "goto_next_buffer" ] 24"C-right" = [ "goto_next_buffer" ]
25"C-up" = [ "page_cursor_half_up" ] 25"C-up" = [ "page_cursor_half_up" ]
26"C-down" = [ "page_cursor_half_down" ] 26"C-down" = [ "page_cursor_half_down" ]
27"C-b" = [ ":sh make" ]