diff options
author | portix <portix@gmx.net> | 2012-01-10 21:27:43 +0100 |
---|---|---|
committer | portix <portix@gmx.net> | 2012-01-10 21:27:43 +0100 |
commit | 71735ef1e400e58f8e5bd89465c537bffb57f06b (patch) | |
tree | 739d1f3564706d78b750e02d5e827a4e0d110c75 /src/config.h | |
parent | 6591caf8b10624968ae3bbd02f6cbc6b51ec0acf (diff) | |
download | dwb-71735ef1e400e58f8e5bd89465c537bffb57f06b.zip |
Updating man page; remove shortcut 'complete_current_history'
Diffstat (limited to 'src/config.h')
-rw-r--r-- | src/config.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/config.h b/src/config.h index 951a1ddb..e3847c1b 100644 --- a/src/config.h +++ b/src/config.h @@ -117,7 +117,6 @@ static KeyValue KEYS[] = { { "complete_bookmarks", { "B", GDK_CONTROL_MASK, }, }, { "complete_searchengines", { "S", GDK_CONTROL_MASK, }, }, { "complete_userscript", { "U", GDK_CONTROL_MASK, }, }, - { "complete_current_history", { "C", GDK_CONTROL_MASK, }, }, { "buffers", { "gt", 0 } }, { "web_inspector", { "wi", 0, }, }, @@ -646,10 +645,6 @@ static FunctionMap FMAP [] = { (Func)commands_complete_type, NULL, ALWAYS_SM, { .n = COMP_PATH }, EP_ENTRY, { NULL }, }, - { { "complete_current_history", "Complete history of current tab", }, 0, - (Func)commands_complete_type, NULL, ALWAYS_SM, - { .n = COMP_CUR_HISTORY }, EP_ENTRY, { NULL }, }, - { { "buffers", "Buffer", }, CP_COMMANDLINE | CP_HAS_MODE, (Func)commands_complete_type, "Only one buffer", NEVER_SM, { .n = COMP_BUFFER }, EP_NONE, { "bu", NULL }, }, |