add cursor vim keymaps
This commit is contained in:
parent
b5e8bfcf83
commit
a003d3ca2d
1 changed files with 3 additions and 0 deletions
|
|
@ -45,6 +45,9 @@ let
|
||||||
{ before = ["<leader>" "X"]; commands = ["workbench.action.closeOtherEditors"]; }
|
{ before = ["<leader>" "X"]; commands = ["workbench.action.closeOtherEditors"]; }
|
||||||
{ before = ["<leader>" "t"]; commands = ["workbench.action.quickOpen"]; }
|
{ before = ["<leader>" "t"]; commands = ["workbench.action.quickOpen"]; }
|
||||||
{ before = ["<leader>" "g"]; commands = ["workbench.action.findInFiles"]; }
|
{ before = ["<leader>" "g"]; commands = ["workbench.action.findInFiles"]; }
|
||||||
|
{ before = ["<leader>" "f"]; commands = ["revealFileInOS"]; }
|
||||||
|
{ before = ["<C-h>"]; commands = ["workbench.action.focusSideBar"]; }
|
||||||
|
{ before = ["<C-l>"]; commands = ["workbench.action.focusActiveEditorGroup"]; }
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue