From 79cd1df6463782d656e7abe0f5188712f3609ecd Mon Sep 17 00:00:00 2001 From: EsVagy42 Date: Mon, 3 Mar 2025 08:42:39 +0000 Subject: [PATCH] Added config for mini.jump2d --- config/mini.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/config/mini.nix b/config/mini.nix index 42da710..7dc9e56 100644 --- a/config/mini.nix +++ b/config/mini.nix @@ -44,7 +44,11 @@ }; git = { }; jump = { }; - jump2d = { }; + jump2d = { + view = { + n_steps_ahead = 10; + }; + }; misc = { }; pick = { }; sessions = { };