Update keybindings.json
This commit is contained in:
		
							parent
							
								
									1c00bbe212
								
							
						
					
					
						commit
						b3ca9f64e2
					
				| 
						 | 
					@ -330,12 +330,12 @@
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
        "key": "ctrl+shift+]",
 | 
					        "key": "ctrl+shift+]",
 | 
				
			||||||
        "command": "workbench.action.nextEditor",
 | 
					        "command": "workbench.action.nextEditor",
 | 
				
			||||||
        "when": "editorTextFocus || editorFocus"
 | 
					        "when": "!terminalFocus"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
        "key": "ctrl+shift+[",
 | 
					        "key": "ctrl+shift+[",
 | 
				
			||||||
        "command": "workbench.action.previousEditor",
 | 
					        "command": "workbench.action.previousEditor",
 | 
				
			||||||
        "when": "editorTextFocus || editorFocus"
 | 
					        "when": "!terminalFocus"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
        "key": "ctrl+shift+w",
 | 
					        "key": "ctrl+shift+w",
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue