summaryrefslogtreecommitdiffstats
path: root/src/app/impl_view.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/impl_view.rs')
-rw-r--r--src/app/impl_view.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/app/impl_view.rs b/src/app/impl_view.rs
index 5f313f7..892b00c 100644
--- a/src/app/impl_view.rs
+++ b/src/app/impl_view.rs
@@ -165,10 +165,6 @@ impl View for App {
self.message.set_kind(MessageKind::Info);
return EventResult::Consumed(None);
}
- Event::CtrlChar('c') => {
- self.message.set_message("Use the :q command to quit");
- return EventResult::Consumed(None);
- }
/* Every keybind that is not caught by App trickles
* down to the focused habit. We sift back to today