vscode-sublime-keybindings icon indicating copy to clipboard operation
vscode-sublime-keybindings copied to clipboard

Sublime Text Keymap extension for VS Code

Results 59 vscode-sublime-keybindings issues
Sort by recently updated
recently updated
newest added

👋 Hi there, Martin here, from the VS Code team. Recently we've announced the [Remote Repository feature](https://code.visualstudio.com/updates/v1_56#_remote-repositories-remotehub) that lets you browse and edit files and folders directly on GitHub. `Open...

Hello :wave: I'm from the VS Code team. Recently, we have been exploring a security feature we refer to as _Workspace Trust_. This feature is intended to centralize and unify...

>This issue has been moved from [Microsoft/vscode-sublime-importer/](https://github.com/Microsoft/vscode-sublime-importer/issues/5) Original author is @auchenberg --- Many users have custom key bindings in addition to the default sublime keybindings. We should detect the custom...

Hi! You have this keybindings: `workbench.action.joinTwoGroups` - `alt+cmd+1` `workbench.action.splitEditor` - `alt+cmd+2` But I think the following keybindings would be more correct: `workbench.action.editorLayoutSingle` - `alt+cmd+1` `workbench.action.editorLayoutTwoColumns` - `alt+cmd+2` Because the "split"...

Update subword keybindings to match Sublime Text's: Mac: ``` { "keys": ["ctrl+alt+left"], "command": "move", "args": {"by": "subwords", "forward": false} }, { "keys": ["ctrl+alt+right"], "command": "move", "args": {"by": "subword_ends", "forward": true}...

On a new computer, to use this extension, one must first install Sublime Text. I think it would make sense for this plugin to have the Sublime Text default keyboard...

I noticed that installing this extension is breaking the F4 keybinding to search.action.focusNextSearchResult, to find next search result when finding in files. Searching with F4 is finding only in the...

I download the package on two computers, both are in VSCode version 1.49.0 and Sublime Text Keymap and Settings Importer version 4.0.7. One is Macbook with macOS Mojave and it...