Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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) |