https://github.com/tsuyoshicho/ctrlp-mr.vim
CtrlP plugin with mr.vim
https://github.com/tsuyoshicho/ctrlp-mr.vim
ctrlp vim
Last synced: 5 months ago
JSON representation
CtrlP plugin with mr.vim
- Host: GitHub
- URL: https://github.com/tsuyoshicho/ctrlp-mr.vim
- Owner: tsuyoshicho
- License: mit
- Created: 2021-09-24T12:02:08.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-09-13T01:09:41.000Z (6 months ago)
- Last Synced: 2025-09-13T03:13:35.497Z (6 months ago)
- Topics: ctrlp, vim
- Language: Vim Script
- Homepage:
- Size: 39.1 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# CtrlP for mr.vim
[](https://deepwiki.com/tsuyoshicho/ctrlp-mr.vim)

## Overview
This plugin are mr.vim mru/mrw/mrr selector in [CtrlP](https://github.com/ctrlpvim/ctrlp.vim).
## Requirement
Install [lambdalisue/mr.vim](https://github.com/lambdalisue/mr.vim).
## Usage
for [dein.vim](https://github.com/Shougo/dein.vim) toml wrote as below:
```toml
[[plugins]]
repo = 'tsuyoshicho/ctrlp-mr.vim'
depends = ['ctrlp.vim', 'mr.vim']
hook_add = '''
let g:ctrlp_extensions = get(g:, 'ctrlp_extensions', [])
\ + ['mr/mru', 'mr/mrw', 'mr/mrr']
'''
```
```vim
:CtrlPMRMru
:CtrlPMRMrw
:CtrlPMRMrr
```
## Features
Support mru/mrw/mrr list.
## Reference
- [CtrlP](https://github.com/ctrlpvim/ctrlp.vim)
- [lambdalisue/mr.vim](https://github.com/lambdalisue/mr.vim)
## Author
[Tsuyoshi CHO (@tsuyoshicho)](https://github.com/tsuyoshicho)
## Licence
[MIT License](LICENSE)