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:
parent
881780148f
commit
07abb24817
1 changed files with 16 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue