aboutsummaryrefslogtreecommitdiff
path: root/helix.toml
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2024-09-03 02:43:26 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2024-09-03 02:43:26 +0200
commitb13112010bb28334cdd2542171df4d8d60edaa66 (patch)
tree0b0bfbd3dc9d29d76dbd4a8fa51d8b96a3213179 /helix.toml
parentb910bec6252cdc3886cce140f175e3f48e9a62e0 (diff)
downloaddotfiles-b13112010bb28334cdd2542171df4d8d60edaa66.tar.gz
Added make shortcut to helix
Diffstat (limited to 'helix.toml')
-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" ]