From f21da6221f8c6998848f005a4be11ed7485aa9c1 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 31 Jul 2023 10:36:13 -0400 Subject: add space-o for :diffg --- config/helix/config.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config') 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" -- cgit v1.2.3-54-g00ecf