aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/config.def.h b/config.def.h
index b210ef3..39a3d33 100644
--- a/config.def.h
+++ b/config.def.h
@@ -241,8 +241,6 @@ static const KeyBinding bindings_normal[] = {
{ "<F1>", ALIAS(":help<Enter>") },
{ "ga", ACTION(UNICODE_INFO) },
{ "g8", ACTION(UTF8_INFO) },
- { "g,", ACTION(CHANGELIST_NEXT) },
- { "g;", ACTION(CHANGELIST_PREV) },
{ "g-", ACTION(EARLIER) },
{ "g+", ACTION(LATER) },
{ "gn", ALIAS("vgn") },