Skip to content

Commit

Permalink
Improve general command help
Browse files Browse the repository at this point in the history
  • Loading branch information
untitaker committed Feb 16, 2015
1 parent e6f95f7 commit a304108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion khal/ui/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -857,7 +857,7 @@ def get_keys(self):
(['t'], 're-focus on today'),
(['enter'], 'select a date/event, show/edit event'),
(['d'], 'delete event under cursor'),
(['q'], 'quit'),
(['q', 'esc'], 'previous pane/quit'),
]

def show_date(self, date):
Expand Down

0 comments on commit a304108

Please sign in to comment.