aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index 250781c..6d700c7 100644
--- a/config.h
+++ b/config.h
@@ -84,7 +84,7 @@ static struct {
unsigned mod;
unsigned key;
func id;
-} keys[] = {
+} shortcut[] = {
{ CTRL, KEY(h), goback },
{ CTRL, KEY(j), goforward },
{ CTRL, KEY(r), refresh },