Suggestion for dealing with keybind conflicts in vscode terminal? #408
-
For example C-j in multiline is the default keybind in vscode to open/close the terminal panel. Do people here change all the keybinds in vscode, or in ble.sh, or is there some other trick maybe? Aside from not using vscode. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
The community hasn't grown up, so there are no people here. When there are conflicts in the keybindings with the terminal, usually, the keybindings of either need to be changed. I'm not familiar with VS Code Terminal, but after a quick search, the config
You need to pick up the command name that is bound to C-j, and add an item " |
Beta Was this translation helpful? Give feedback.
-
I found a simpler config: You can find it by pressing C-, (Control + comma) to open Settings and by typing |
Beta Was this translation helpful? Give feedback.
The description of
terminal.integrated.sendKeybindingsToShell
saysso if you need fine-tuning on which should be sent to the terminal and which shouldn't, you'll need to configure
terminal.integrated.commandsToSkipShell
mentioned in another reply.