enable <> to be used with ,. as well
This commit is contained in:
parent
b11861b791
commit
7e1996ec05
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user