ctrlp Questions

2

Is it possible to copy a search result form the ctrlP match window? With <s-tab> one can focus the match window but it doesn't seem posible to yank from there. I often have to search for fi...
Hewe asked 3/9, 2016 at 10:38

3

Solved

When using ctrlp, I can open a selected file in a new vertical split using ctlr-v However, the new file open in the left split and the already opened one goes to the right split. I'd like the oppo...
Heterozygous asked 10/4, 2015 at 14:51

5

I tried to put ignored setting in .vimrc But when I used the ctrlp to search under rails app folder It still search the vendor folder, so it took lots of time. But when the search was done, I co...
Unbowed asked 9/1, 2014 at 10:38

5

I tried to ignore the vendor by adding the following setting in .vimrc and I start my ctrlP by typing ff map ff :CtrlP<.><cr> However, it still tried to index all the files under th...
Felicio asked 25/1, 2014 at 3:2

2

The following is my ctr-p config: let g:ctrlp_map = '<Leader>t' let g:ctrlp_match_window_bottom = 0 let g:ctrlp_match_window_reversed = 0 let g:ctrlp_working_path_mode = 'ra' let g:ctrlp_ro...
Monocoque asked 4/7, 2013 at 11:51

2

Solved

I use ag with ctrlp, as suggested here: if executable('ag') set grepprg=ag\ --nogroup\ --nocolor let g:ctrlp_user_command = 'ag %s -l --nocolor -g ""' let g:ctrlp_use_caching = 0 else let g:ct...
Hazelton asked 11/3, 2017 at 3:31

1

So I've been experimenting with Vim, switching over from Sublime. I wanted a feature in vim similar to that of ctrl R in Sublime, which would show me a list of functions in the current document, an...
Anacreon asked 14/2, 2016 at 5:22

3

Solved

I'm using vundle as my plugin manager for vim. However I'm having trouble installing ctrlp plugin. When I execute :BundleInstall ctrlp, it outputs the following log with a fatal error: [131003...
Subset asked 3/10, 2013 at 8:7

1

Solved

While ViM is running, CtrlP's cache file exists. However, when I quit ViM, CtrlP's cache file is deleted. How can the cache file be persisted between sessions?
Zobe asked 11/11, 2015 at 20:23

4

Solved

I know how to use CtrlP. I type ctrl+p, then I start to write file name, ... and so on. But, ... I am very lazy developer. I want to directly send to CtrlP current word. I know how to get current w...
Leveridge asked 22/5, 2015 at 7:0

1

Solved

In my .vimrc I have some custom ingores for ctrlp.vim. There are a few directories I want to ignore that start with a dot: .git is a good example. By having .git in the ignores, I also ignore indiv...
Gal asked 25/1, 2015 at 17:15

2

Solved

For my repo, suppose it's called top top\ .gitignore foo\ bar\ I want CtrlP to list files that are Under foo\ Is not ignored by .gitignore defined in top\ If I cd into top\foo\, and ope...
Evslin asked 1/11, 2014 at 20:52

1

When using ag on the command line, like so: $> ag . --ignore="*node_modules/*/node_modules" -l --nocolor -f -U -g "" I am able to avoid searching through any node_modules directories more than...
Stjohn asked 29/6, 2014 at 18:45

4

Solved

I have large projects with many levels of folders. Some files are named the same and depending on the folder name their function vary. For example /admin/action1.php /action1.php First one would...
Roscoeroscommon asked 26/9, 2013 at 14:3

1

Solved

I want my CtrlP search directory to dynamically change anytime I change NerdTree's root directory. How does plugin to plugin communication work in vim?
Emilie asked 19/2, 2014 at 18:12

1

Solved

I want to use ag (silver searcher) with ctrlp and vim. I have this in my .vimrc: if executable("ag") set grepprg=ag\ --nogroup\ --nocolor let g:ctrlp_user_command = 'ag %s -l --nocolor -g ""' en...
Billion asked 17/8, 2013 at 6:12

1

Solved

I've been using CtrlP for a while now, but I still haven't figured out how to re-index it. So whenever I want to create a new file I have to close all existing vim sessions, create the file, and th...
Transcend asked 20/7, 2012 at 6:53
1

© 2022 - 2024 — McMap. All rights reserved.