Sublime Forum

How to use find_under_expand on the output.exec panel?

#1

I am trying to use find_under_expand on the output.exec panel but when it has focus and I select a word, it performs the find_under_expand on my unfocused view:

0 Likes

#2

Could you keybind it? That way you could open the console, then position your point where you want, hit the key and then see the result on the console.

0 Likes

#3

It is not the console, it is the build output.exec panel, the one which show up when you call the build command:

My keybinding is this:

	{ "keys": ["ctrl+d"], "command": "find_under_expand" },

It should work anywhere. Also, When I am focused on the output.exec panel, and press Ctrl+D, the find_under_expand, is performed on the unfocused view, instead of the output.exec panel. So the Ctrl+D keybinding is working, but it is ignoring my current current view.

0 Likes