From 14892577264b3756213950507b765c822105e598 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Mon, 2 Mar 2026 14:39:18 +0100 Subject: [PATCH] home: tridactyl: bind arrow keys to j/k movement --- home/tridactylrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home/tridactylrc b/home/tridactylrc index b0b07d2..867a827 100644 --- a/home/tridactylrc +++ b/home/tridactylrc @@ -20,6 +20,9 @@ bind n findnext 1 bind N findnext -1 bind , nohlsearch +bind scrollline -10 +bind scrollline 10 + " case insensitive if lowercase, case sensitive if using some uppercase letters set findcase smart