This plugin provides emacs keybindings and workflow for Visual Studio Code and is a fork of the great vscode extension by hiro-sun.
But removes most of keybindings only keep minimum Move commands.
Command | Desc |
---|---|
C-f |
Move forward |
C-b |
Move backward |
C-n |
Move to the next line |
C-p |
Move to the previous line |
C-a |
Move to the beginning of line |
C-e |
Move to the end of line |
C-M-f |
Move forward by one word unit |
C-M-b |
Move backward by one word unit |
M-> |
Move to the end of buffer |
M-< |
Move to the beginning of buffer |
C-l |
Center screen on current line |
Command | Desc |
---|---|
M-k |
Delete all right |
M-backspace |
Delete all left |
ctrl+a
: workbench.action.selectAll => Usealt+a
instead.ctrl+b
: workbench.action.toggleSidebarVisibility => Usealt+b
instead;ctrl+f
: actions.find => Usealt+f
instead;ctrl+p
&ctrl+e
: workbench.action.quickOpen => Usealt+p
,alt+e
instead;ctrl+p
: workbench.action.quickOpenNavigateNext => Usectrl+n
instead.ctrl+n
: workbench.action.files.newUntitledFile => Usealt+n
instead;
The logo is from the great Pacifica Icon Set.