diff --git a/src/proclist.rs b/src/proclist.rs index 69dc1e8..eda40c1 100644 --- a/src/proclist.rs +++ b/src/proclist.rs @@ -563,7 +563,7 @@ impl Widget for ProcView { return Err(HError::PopupFinnished) } Key::Char('d') => { self.remove_proc()? } Key::Char('K') => { self.get_listview_mut().kill_proc()? } - Key::Up | Key::Char('p') => { + Key::Up | Key::Char('k') => { self.get_listview_mut().move_up(); } Key::Down | Key::Char('j') => {