aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBlake DeMarcy <ofunknowndescent@gmail.com>2017-04-23 11:58:27 -0500
committerBlake DeMarcy <ofunknowndescent@gmail.com>2017-04-23 11:58:27 -0500
commit7e1996ec0548665c78c023ebd409421561a91b18 (patch)
treea63045a674211297e0ec10a04958ca018cb249cf
parentb11861b79124abbf4ae0d4fa84b01cac30e23120 (diff)
downloadbbj-7e1996ec0548665c78c023ebd409421561a91b18.tar.gz
enable <> to be used with ,. as well
-rw-r--r--clients/urwid/main.py4
1 files 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:
Un proyecto texto-plano.xyz