Skip to content

Instantly share code, notes, and snippets.

@yohamta
Created November 24, 2021 23:28
Show Gist options
  • Save yohamta/ba321e4eadf6d71a0638071c8d2af545 to your computer and use it in GitHub Desktop.
Save yohamta/ba321e4eadf6d71a0638071c8d2af545 to your computer and use it in GitHub Desktop.
vscode setting to enable emacs key bindings in intergrated terminal
[
{
"key": "ctrl+e",
"command": "cursorLineEnd",
"when": "terminalFocus"
}
]
{
"terminal.integrated.allowChords": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment