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