remove run key

pull/84/head
Takayuki Maeda 3 years ago
parent 4561c5c5f1
commit 270b79912b

@ -82,7 +82,6 @@ pub struct KeyConfig {
pub move_down: Key,
pub copy: Key,
pub enter: Key,
pub run: Key,
pub exit: Key,
pub quit: Key,
pub exit_popup: Key,
@ -121,7 +120,6 @@ impl Default for KeyConfig {
move_down: Key::Down,
copy: Key::Char('y'),
enter: Key::Enter,
run: Key::Ctrl('r'),
exit: Key::Ctrl('c'),
quit: Key::Char('q'),
exit_popup: Key::Esc,

Loading…
Cancel
Save