enable <> to be used with ,. as well

pull/4/head
Blake DeMarcy 2017-04-23 11:58:27 -05:00
parent b11861b791
commit 7e1996ec05
1 changed files with 2 additions and 2 deletions

View File

@ -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: