mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
fix(plugins/utils/spider): 'ge' mapping not working
Reference: 86236bfc57/README.md (L119-L124)
This commit is contained in:
parent
28b3877f3e
commit
1e91231e86
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ in {
|
||||||
w = "w";
|
w = "w";
|
||||||
e = "e";
|
e = "e";
|
||||||
b = "b";
|
b = "b";
|
||||||
g = "ge";
|
ge = "ge";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue