Sublime Forum

Ctrl+p default value [resolved]

#1

Hi there !

I’m using the dev version 3120.

When I use ctrl+p sublime add by default in the search field some content from the line where the cursor is (I suspect a ctrl+d thing …).

Ex: caret after “// CUSTOMER_LOGIN” put “CUSTOMER_LOGIN”

I would said why not, but the problem is that this content is not selected in the ctrl+p and when I type to get to my files it’s append after… So I have to erase all and re-type, it’s a bit boring !!

Maybe I miss something, all your tips will be welcome.

Thanks

Regards
Ludwig

(and sorry for my poor english …)

0 Likes

#2

This is not the default behavior, it’s likely one of your plugin

0 Likes

#3

Hi,

I resolve the problem by adding to the user keyBindings:
{ “keys”: [“ctrl+p”], “command”: “show_overlay”, “args”: {“overlay”: “goto”, “show_files”: true} }

taken from the default keybinding.

The faulty plugin was “QuickGotoAnything”

Thanks for your response.

Regards

0 Likes