From 7e1996ec0548665c78c023ebd409421561a91b18 Mon Sep 17 00:00:00 2001 From: Blake DeMarcy Date: Sun, 23 Apr 2017 11:58:27 -0500 Subject: [PATCH] enable <> to be used with ,. as well --- clients/urwid/main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clients/urwid/main.py b/clients/urwid/main.py index b5202a9..9a43e43 100644 --- a/clients/urwid/main.py +++ b/clients/urwid/main.py @@ -1711,10 +1711,10 @@ class ActionBox(urwid.ListBox): elif key == "f2" and not overlay: app.switch_editor() - elif key == ">" and not overlay: + elif key in ">." and not overlay: app.header_jump_next() - elif key == "<" and not overlay: + elif key in "<," and not overlay: app.header_jump_previous() elif key == "x" and not overlay: