Skip to content
This repository has been archived by the owner on Jan 16, 2021. It is now read-only.

idbrii/ctrlp-samename

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

ctrlp-samename

Search ctrlp for files with the same name. Useful for switching between header and implementation files.

To use, define a command like this:

command! CtrlPSameName call ctrlp#init(ctrlp#samename#id())

Or a map like this:

nnoremap <A-o> :call ctrlp#init(ctrlp#samename#id())<CR>

Releases

No releases published

Packages

No packages published