mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-05 18:44:52 +02:00
updating VSCodium settings
This commit is contained in:
parent
dfb16694bd
commit
459d217cb1
2 changed files with 27 additions and 7 deletions
|
@ -1,19 +1,19 @@
|
|||
// Place your key bindings in this file to override the defaultsauto[]
|
||||
[
|
||||
{
|
||||
"key": "shift+cmd+e",
|
||||
"key": "shift+ctrl+e",
|
||||
"command": "actions.findWithSelection"
|
||||
},
|
||||
{
|
||||
"key": "cmd+e",
|
||||
"key": "ctrl+e",
|
||||
"command": "-actions.findWithSelection"
|
||||
},
|
||||
{
|
||||
"key": "cmd+e",
|
||||
"key": "ctrl+e",
|
||||
"command": "workbench.view.explorer"
|
||||
},
|
||||
{
|
||||
"key": "shift+cmd+e",
|
||||
"key": "shift+ctrl+e",
|
||||
"command": "-workbench.view.explorer"
|
||||
},
|
||||
{
|
||||
|
@ -122,8 +122,26 @@
|
|||
"when": "terminalFocus"
|
||||
},
|
||||
{
|
||||
"key": "cmd+j",
|
||||
"key": "ctrl+shift+t",
|
||||
"command": "workbench.action.terminal.focus",
|
||||
"when": "!terminalFocus"
|
||||
},
|
||||
{
|
||||
"key": "ctrl+j",
|
||||
"command": "-editor.action.insertLineAfter",
|
||||
"when": "editorTextFocus && neovim.ctrlKeysInsert && !neovim.recording && neovim.mode == 'insert'"
|
||||
},
|
||||
{
|
||||
"key": "alt+j",
|
||||
"command": "workbench.action.terminal.focus",
|
||||
"when": "!terminalFocus"
|
||||
},
|
||||
{
|
||||
"key": "ctrl+shift+t",
|
||||
"command": "workbench.action.togglePanel"
|
||||
},
|
||||
{
|
||||
"key": "ctrl+j",
|
||||
"command": "-workbench.action.togglePanel"
|
||||
}
|
||||
]
|
||||
|
|
|
@ -598,7 +598,9 @@
|
|||
"editor.minimap.enabled": false,
|
||||
"workbench.activityBar.visible": false,
|
||||
"leetcode.workspaceFolder": "/Users/chris/Repos/leetcode",
|
||||
"leetcode.defaultLanguage": "python3",
|
||||
"leetcode.defaultLanguage": "javascript",
|
||||
"leetcode.hint.configWebviewMarkdown": false,
|
||||
"leetcode.hint.commentDescription": false
|
||||
"leetcode.hint.commentDescription": false,
|
||||
"window.zoomLevel": 3,
|
||||
"window.menuBarVisibility": "toggle"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue