diff --git a/home/private_dot_config/helix/config.toml b/home/private_dot_config/helix/config.toml index b4bc327..8164437 100644 --- a/home/private_dot_config/helix/config.toml +++ b/home/private_dot_config/helix/config.toml @@ -10,4 +10,7 @@ hidden = false [keys.normal.space.m] r = ":reload-all" s = ":toggle-option soft-wrap.enable" -t = ":sh run_test_under_cursor" + +[keys.normal.space.m.n] +a = ":run-shell-command nb todo archive" +s = ":run-shell-command nb sync"