mirror of
https://github.com/wez/wezterm.git
synced 2024-12-28 07:55:03 +03:00
rustfmt
This commit is contained in:
parent
42fb687759
commit
7e2b4f006d
@ -531,7 +531,7 @@ impl TerminalWindow {
|
|||||||
V::X => shifted!('x'),
|
V::X => shifted!('x'),
|
||||||
V::Y => shifted!('y'),
|
V::Y => shifted!('y'),
|
||||||
V::Z => shifted!('z'),
|
V::Z => shifted!('z'),
|
||||||
V::Return |V::NumpadEnter => KeyCode::Enter,
|
V::Return | V::NumpadEnter => KeyCode::Enter,
|
||||||
V::Back => KeyCode::Backspace,
|
V::Back => KeyCode::Backspace,
|
||||||
V::Escape => KeyCode::Escape,
|
V::Escape => KeyCode::Escape,
|
||||||
V::Delete => KeyCode::Delete,
|
V::Delete => KeyCode::Delete,
|
||||||
|
Loading…
Reference in New Issue
Block a user