Re-add keybindings for removing a word at a time (#15400)
Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
This commit is contained in:
@@ -311,6 +311,22 @@ binds:
|
||||
type: State
|
||||
key: BackSpace
|
||||
canRepeat: true
|
||||
- function: TextDelete
|
||||
type: State
|
||||
key: Delete
|
||||
canRepeat: true
|
||||
- function: TextWordBackspace
|
||||
type: State
|
||||
key: BackSpace
|
||||
mod1: Control
|
||||
canRepeat: true
|
||||
allowSubCombs: true
|
||||
- function: TextWordDelete
|
||||
type: State
|
||||
key: Delete
|
||||
mod1: Control
|
||||
canRepeat: true
|
||||
allowSubCombs: true
|
||||
- function: TextNewline
|
||||
type: State
|
||||
key: Return
|
||||
@@ -368,10 +384,6 @@ binds:
|
||||
- function: TextScrollToBottom
|
||||
type: State
|
||||
key: PageDown
|
||||
- function: TextDelete
|
||||
type: State
|
||||
key: Delete
|
||||
canRepeat: true
|
||||
- function: TextTabComplete
|
||||
type: State
|
||||
key: Tab
|
||||
|
||||
Reference in New Issue
Block a user