Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andykog/fern-search.vim
🌿 fern.vim plugin for full-text search/replacement using Ack
https://github.com/andykog/fern-search.vim
fern-vim-plugin
Last synced: about 1 month ago
JSON representation
🌿 fern.vim plugin for full-text search/replacement using Ack
- Host: GitHub
- URL: https://github.com/andykog/fern-search.vim
- Owner: andykog
- Created: 2022-12-07T20:46:46.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-10T12:14:53.000Z (about 2 years ago)
- Last Synced: 2024-10-14T05:26:08.515Z (3 months ago)
- Topics: fern-vim-plugin
- Language: Vim Script
- Homepage:
- Size: 159 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fern-search.vim
[![fern plugin](https://img.shields.io/badge/🌿%20fern-plugin-yellowgreen)](https://github.com/lambdalisue/fern.vim)
[fern.vim](https://github.com/lambdalisue/fern.vim) plugin for full-text search/replacement in the selected folder. Requires [Ack.vim](https://github.com/mileszs/ack.vim/)
![search](search.gif)
## Usage (default mapping)
| Mapping | Action | Description |
| ------- | ------------------------- | ----------------------------------- |
| `ms` | `search` | Search |
| `mS` | `search-sensetive` | Search (case sensetive) |
| `mr` | `search-replace` | Replace |
| `mR` | `search-replace-sensetive`| Replace (case sensetive) |