aboutsummaryrefslogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index 7456e9a..fb17fb3 100644
--- a/config.def.h
+++ b/config.def.h
@@ -97,7 +97,6 @@ static struct key bindings[] = {
/* Show help */
{ '?', SEL_HELP, "", "" },
/* Run command */
- { 'z', SEL_RUN, "top", "" },
{ '!', SEL_RUN, "sh", "SHELL" },
/* Run command with argument */
{ 'e', SEL_RUNARG, "vi", "EDITOR" },