Add Ctrl+Backspace / Ctrl+Delete word-delete keybindings
This commit is contained in:
4
keybindings.json
Normal file
4
keybindings.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"tui.editor.deleteWordBackward": ["ctrl+w", "alt+backspace", "ctrl+backspace"],
|
||||
"tui.editor.deleteWordForward": ["alt+d", "alt+delete", "ctrl+delete"]
|
||||
}
|
||||
Reference in New Issue
Block a user