-
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            diraneyya
          
      
      
        Sep 13, 2025 
      
    
    Replies: 1 comment 3 replies
-
| I searched a bit online and found anthropics/claude-code#2754 Adding this to my keybindings seems to work for me:  | 
Beta Was this translation helpful? Give feedback.
                  
                    3 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
@code-asher I would like to thank you, once more, for your input. You were right! The issue is indeed solved by changing the keybindings file at the location you mentioned, which is:
There was no file at that location but when I created one and entered the following:
[ { "key": "shift+enter", "command": "workbench.action.terminal.sendSequence", "args": { "text": "\u001B\u000A" }, "when": "terminalFocus" } ]I was indeed able to enter multi-line claude code prompts by pressing SHIFT + ENTER
I would like to hence credit you with the answer to this question and thank you again for yo…