This is my vscode customize keymap.
npm install -g vsce
vsce package
TYPE=mac vsce package
- Click VSCode extension icon on sidebar
- Click right top 3 points option
- Click
Install from VSIX...
- Select the .vsix file from Packaging
Note:
- Linux set
caps-lock
asctrl
- Mac set
caps-lock
ascmd
,cmd
asctrl
,global
ascaps-lock
Key | Action |
---|---|
ctrl+space |
Mark set |
ctrl+g |
Cancel mark set |
Key | Action |
---|---|
alt+shift+, |
cursorTop |
alt+shift+. |
cursorBottom |
ctrl+a |
cursorHome |
ctrl+e |
cursorEnd |
ctrl+i |
cursorUp |
ctrl+l |
cursorRight |
ctrl+k |
cursorDown |
ctrl+j |
cursorLeft |
alt+i |
travelForwardParagraph |
alt+k |
travelBackwardParagraph |
alt+l |
cursorWordEndRight |
alt+j |
cursorWordLeft |
Key | Action |
---|---|
ctrl+d |
delete |
ctrl+h |
backspace |
alt+d |
delete word |
alt+h |
backspace word |
alt+shift+i |
editor.action.moveLinesUpAction |
alt+shift+k |
editor.action.moveLinesDownAction |