changed hardtime-nvim to hint instead of block

it was annoying me that i couldnt scroll by lazily holding j, so i made
it hint instead of blocking me
This commit is contained in:
Gabriella Bere 2025-10-01 17:28:55 +01:00
parent c097b2f033
commit 1583ca07a5

View file

@ -13,7 +13,12 @@
telescope.enable = true; # fuzzy finder
filetree.neo-tree.enable = true; # filetree
binds.cheatsheet.enable = true; # telescope-searchable cheatsheet
binds.hardtime-nvim.enable = true; # stops you using arrow keys for navigation and recommends vim motions
binds.hardtime-nvim = {
enable = true;
setupOpts = {
restriction_mode = "hint";
};
};
viAlias = true;
vimAlias = true;