Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ctrl+f blocks find in terminal #19

Open
1oglop1 opened this issue Jan 28, 2022 · 2 comments
Open

ctrl+f blocks find in terminal #19

1oglop1 opened this issue Jan 28, 2022 · 2 comments

Comments

@1oglop1
Copy link

1oglop1 commented Jan 28, 2022

Hi, I cannot use ctrl+f in the terminal. The moment I disabled the extension search started to work.

It looks like the second Find is the problem
image

@AtticusZeller
Copy link

me too

@meicanhong
Copy link

change your keybindings.json, add it

{
"key": "cmd+f",
"command": "-actions.find"
},
{
"key": "cmd+f",
"command": "actions.find",
"when": "editorFocus || editorIsOpen"
},
{
"key": "cmd+f",
"command": "workbench.action.terminal.focusFind",
"when": "terminalFindFocused && terminalHasBeenCreated || terminalFindFocused && terminalProcessSupported || terminalFocusInAny && terminalHasBeenCreated || terminalFocusInAny && terminalProcessSupported"
}

it work for me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants