home: Use correct key names for Helix

This commit is contained in:
Mikael 2024-08-31 10:43:02 +02:00
parent 231bf831ea
commit 165c7c04f4
Signed by: mikael
SSH key fingerprint: SHA256:21QyD2Meiot7jOUVitIR5YkGB/XuXdCvLW1hE6dsri0

View file

@ -54,8 +54,8 @@
N = "join_selections"; N = "join_selections";
A-N = "join_selections_space"; A-N = "join_selections_space";
semicolon = "search_next"; ";" = "search_next";
colon = "search_prev"; ":" = "search_prev";
}; };
}; };
}; };