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