Skip to content

Some custom keymaps for VS Code. Quack.

License

Notifications You must be signed in to change notification settings

zackschuster/vscode-duck-keybindings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Duck Keymap for VS Code

Some custom keymaps for VS Code. Quack.

Which keybindings are added?

Command Keymap When
editor.emmet.action.wrapWithAbbreviation ctrl+shift+a
workbench.action.files.saveAll ctrl+shift+s (cmd+shift+s on mac)
workbench.action.focusFirstEditorGroup ctrl+,
workbench.action.reloadWindow shift+f5 !inDebugMode
workbench.action.tasks.runTask f4
workbench.action.terminal.focus ctrl+.
workbench.action.terminal.focusNext ctrl+;
workbench.action.terminal.focusPrevious ctrl+shift+;
workbench.action.terminal.kill ctrl+shift+/
workbench.action.terminal.new ctrl+shift+'
workbench.action.terminal.toggleTerminal ctrl+'

License

MIT