diff options
author | portix <portix@gmx.net> | 2012-01-26 21:03:53 +0100 |
---|---|---|
committer | portix <portix@gmx.net> | 2012-01-26 21:03:53 +0100 |
commit | dfec71da388998cfa4d1f653b9f6dbb6a33e4868 (patch) | |
tree | 00568818983a0a565448461fb4a0cc24e8f361d0 /src/config.h | |
parent | e483dc6dd76cd620d149ff9bad4de6de19542bb6 (diff) | |
download | dwb-dfec71da388998cfa4d1f653b9f6dbb6a33e4868.zip |
Focus insert mode when editor is closed fixes #80
Diffstat (limited to 'src/config.h')
-rw-r--r-- | src/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.h b/src/config.h index b807cccb..34a63c24 100644 --- a/src/config.h +++ b/src/config.h @@ -718,7 +718,7 @@ static FunctionMap FMAP [] = { { 0 }, EP_NONE, { "fs", NULL }, }, { { "open_editor", "Open external editor" }, 1, - (Func) commands_open_editor, "No input focused", ALWAYS_SM, + (Func) commands_open_editor, "No input focused", POST_SM, { 0 }, EP_NONE, { "editor", NULL }, }, };/*}}}*/ |