From 8f8e07de43b758c63e9aa289c8f4c872d7ae594e Mon Sep 17 00:00:00 2001 From: Felix Delattre Date: Tue, 7 Mar 2023 23:49:21 +0100 Subject: [PATCH] Update .config/helix/config.toml --- dot_config/helix/config.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/dot_config/helix/config.toml b/dot_config/helix/config.toml index 060d7b0..70007aa 100644 --- a/dot_config/helix/config.toml +++ b/dot_config/helix/config.toml @@ -3,6 +3,7 @@ theme = "sonokai" [keys.normal] "backspace" = { c = ":config-open"} "backspace" = { r = [":w", ":config-reload"]} +C-a = "no_op" [editor.lsp] display-messages = true