Added make shortcut to helix
| Author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-09-03 02:43:26 +0200 |
| Committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-09-03 02:43:26 +0200 |
| Commit | b13112010bb28334cdd2542171df4d8d60edaa66 (patch) |
|
-rw-r--r-- |
helix.toml | 1 |
1 files changed, 1 insertions, 0 deletions
| diff --git a/helix.toml b/helix.toml | |||
| ... | |||
| 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" ] |
||