mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
fix(cursor): allow most keybindings to work like normal in termainl
This commit is contained in:
@@ -68,8 +68,11 @@
|
|||||||
// Terminal
|
// Terminal
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
//
|
//
|
||||||
|
"terminal.integrated.allowChords": false,
|
||||||
|
"terminal.integrated.macOptionIsMeta": true,
|
||||||
"terminal.integrated.persistentSessionScrollback": 1000,
|
"terminal.integrated.persistentSessionScrollback": 1000,
|
||||||
"terminal.integrated.scrollback": 10000,
|
"terminal.integrated.scrollback": 10000,
|
||||||
|
"terminal.integrated.sendKeybindingsToShell": true,
|
||||||
//
|
//
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
// Awesome Emacs Keybindings
|
// Awesome Emacs Keybindings
|
||||||
|
|||||||
Reference in New Issue
Block a user