summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/helix/config.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/helix/config.toml b/config/helix/config.toml
index c7ce01f..b32dceb 100644
--- a/config/helix/config.toml
+++ b/config/helix/config.toml
@@ -26,3 +26,6 @@ tab = ":w"
[keys.normal.g]
j = "goto_last_line"
k = "goto_file_start"
+
+[keys.normal.space]
+o = ":diffg"