about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--config.def.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index 4a98adc..1afc474 100644
--- a/config.def.h
+++ b/config.def.h
@@ -81,6 +81,7 @@ static const Key keys[] = {
 
 	{ MODKEY|ShiftMask,                       XK_s, zoom,           {0} },
 	{ MODKEY,                       XK_Tab,    view,           {0} },
+	{ MODKEY,                       XK_backslash,    view,           {0} },
 	{ MODKEY,             XK_q,      killclient,     {0} },
 	{ MODKEY,                       XK_m,  setlayout,      {0} },
 	{ MODKEY|ShiftMask,             XK_f,  togglefloating, {0} },