summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2023-07-31 10:36:13 -0400
committerJesse Luehrs <doy@tozt.net>2023-07-31 10:36:13 -0400
commitf21da6221f8c6998848f005a4be11ed7485aa9c1 (patch)
tree05db467ae94cca1e73952d1e4a7987a59e6a47fc /config
parent34f4a8751b29559e94e17b564214e530ee02bcdf (diff)
downloadconf-f21da6221f8c6998848f005a4be11ed7485aa9c1.tar.gz
conf-f21da6221f8c6998848f005a4be11ed7485aa9c1.zip
add space-o for :diffg
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"