Vim
Add ability to find file in current directory in vim mode.
Key | Operation |
---|---|
/
| find file in current directory |
n
| navigate to next found file |
N
| navigate to previous found file |
feature
- (vim) add find support with: "/", "n" and "N"
- (package) yaspeller v4.0.0