summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJari Vetoniemi <mailroxas@gmail.com>2018-10-22 21:47:42 +0300
committerJari Vetoniemi <mailroxas@gmail.com>2018-10-22 21:47:42 +0300
commit55511a35156b3de7b7baef58b844d9b800d4ba3a (patch)
treeb483fa9f83e6802e575ed9d7ee1ad600a1571c2c /src
parent19a846236d9bb8c68a13e5d8c27ad5aa3265356e (diff)
memview: Don't use tab for region change
Use this later for changing to different views
Diffstat (limited to 'src')
-rw-r--r--src/memview.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/memview.c b/src/memview.c
index 258779c..eb61106 100644
--- a/src/memview.c
+++ b/src/memview.c
@@ -536,7 +536,6 @@ key_press(const struct key *key)
{ .seq = { 0x1b, '[', 'B' }, .fun = navigate, .arg = MOVE_DOWN },
{ .seq = { 0x1b, '[', 'C' }, .fun = navigate, .arg = MOVE_RIGHT },
{ .seq = { 0x1b, '[', 'D' }, .fun = navigate, .arg = MOVE_LEFT },
- { .seq = { '^', 'I' }, .fun = next_region, .arg = 1 },
{ .seq = { 'o' }, .fun = goto_offset },
};