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:
parent
c097b2f033
commit
1583ca07a5
1 changed files with 6 additions and 1 deletions
|
|
@ -13,7 +13,12 @@
|
||||||
telescope.enable = true; # fuzzy finder
|
telescope.enable = true; # fuzzy finder
|
||||||
filetree.neo-tree.enable = true; # filetree
|
filetree.neo-tree.enable = true; # filetree
|
||||||
binds.cheatsheet.enable = true; # telescope-searchable cheatsheet
|
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;
|
viAlias = true;
|
||||||
vimAlias = true;
|
vimAlias = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue