diff options
| 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) | |
| tree | 0b0bfbd3dc9d29d76dbd4a8fa51d8b96a3213179 | |
| parent | b910bec6252cdc3886cce140f175e3f48e9a62e0 (diff) | |
| download | dotfiles-b13112010bb28334cdd2542171df4d8d60edaa66.tar.gz | |
Added make shortcut to helix
| -rw-r--r-- | helix.toml | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -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" ] | ||
