mirror of
https://github.com/rbreaves/kinto.git
synced 2025-08-15 07:09:14 +02:00
- Added VS Code wordwise fix for xkeysnail
This commit is contained in:
21
xkeysnail-config/vscode_keybindings.json
Normal file
21
xkeysnail-config/vscode_keybindings.json
Normal file
@@ -0,0 +1,21 @@
|
||||
// Place your key bindings in this file to override the defaultsauto[]
|
||||
[
|
||||
{
|
||||
"key": "alt+left",
|
||||
"command": "-workbench.action.terminal.focusPreviousPane",
|
||||
"when": "terminalFocus"
|
||||
},
|
||||
{
|
||||
"key": "alt+right",
|
||||
"command": "-workbench.action.terminal.focusNextPane",
|
||||
"when": "terminalFocus"
|
||||
},
|
||||
{
|
||||
"key": "alt+right",
|
||||
"command": "cursorWordRight"
|
||||
},
|
||||
{
|
||||
"key": "alt+left",
|
||||
"command": "cursorWordLeft"
|
||||
}
|
||||
]
|
Reference in New Issue
Block a user