Add keybinding for clearing history in alacritty
Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
parent
f5a3e0a2ea
commit
ac62b999f3
1 changed files with 6 additions and 3 deletions
|
@ -15,8 +15,8 @@ window:
|
||||||
|
|
||||||
font:
|
font:
|
||||||
normal:
|
normal:
|
||||||
family: JetBrainsMonoNL Nerd Font
|
family: InputMonoCompressed Nerd Font
|
||||||
size: 9.0
|
size: 11.0
|
||||||
|
|
||||||
cursor:
|
cursor:
|
||||||
# Block, Underline, Beam
|
# Block, Underline, Beam
|
||||||
|
@ -29,3 +29,6 @@ key_bindings:
|
||||||
- key: N
|
- key: N
|
||||||
mods: Control|Shift
|
mods: Control|Shift
|
||||||
action: SpawnNewInstance
|
action: SpawnNewInstance
|
||||||
|
- key: K
|
||||||
|
mods: Control|Shift
|
||||||
|
action: ClearHistory
|
||||||
|
|
Loading…
Reference in a new issue