mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +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";
|
||||
e = "e";
|
||||
b = "b";
|
||||
g = "ge";
|
||||
ge = "ge";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue