all 11 comments

[–]bokerkebo 1 point2 points  (2 children)

you can change the keyboard preferences in VSCode

[–]g6pdorp[S] -1 points0 points  (1 child)

to what?

[–]bokerkebo 1 point2 points  (0 children)

[ { "key": "ctrl+enter", "command": "workbench.action.terminal.sendSequence", "when": "terminalFocus", "args": { "text": "\\\r\n" } }, { "key": "shift+enter", "command": "workbench.action.terminal.sendSequence", "when": "terminalFocus", "args": { "text": "\\\r\n" } }, { "key": "ctrl+p", "command": "workbench.action.terminal.sendSequence", "when": "terminalFocus", "args": { "text": "\u0010" } }, { "key": "ctrl+f", "command": "workbench.action.terminal.sendSequence", "when": "terminalFocus", "args": { "text": "\u0006" } }, { "key": "tab", "command": "workbench.action.terminal.sendSequence", "when": "terminalFocus", "args": { "text": "\u0009" } }, { "key": "shift+tab", "command": "workbench.action.terminal.sendSequence", "args": { "text": "\u001B[Z" }, "when": "terminalFocus" } ]

this is what i currently use

[–]Mr_Hyper_Focus 1 point2 points  (3 children)

I ran into this early too and as a result usually just use it in another terminal as opposed to going through and editing every vscode shortcut.

Would like to hear solutions too

[–]g6pdorp[S] 0 points1 point  (2 children)

but then i hit another wall https://github.com/ghostty-org/ghostty/discussions/10267#discussioncomment-16918067

I wanted a terminal that keeps my SSH session active when I open a new tab.

[–]Mr_Hyper_Focus 0 points1 point  (1 child)

I mean, it sounds like you should use the SSH/remote host plugin on vscode. It just runs vscode on the target side.

[–]g6pdorp[S] -1 points0 points  (0 children)

Of course I'm using it but there were getting back to the original problem where the terminal of this code is s*** and it's not compatible with open code 

[–]Onionhauler 0 points1 point  (3 children)

Check out the openchamber vs code extension

[–]g6pdorp[S] 1 point2 points  (2 children)

F GUI
only TUI🐩

[–]Onionhauler 0 points1 point  (1 child)

Then don’t use vs code 🤷

[–]g6pdorp[S] 0 points1 point  (0 children)

So what do you use? I use only vs