From: Daniel Carl Date: Mon, 10 Nov 2014 22:31:12 +0000 (+0100) Subject: Added noted about gvim -f option as editor-command (#141). X-Git-Url: https://git.owens.tech/assets/editable-focus.html/assets/editable-focus.html/git?a=commitdiff_plain;h=bf9204c2aa9e1ed1984d27c7bbfa77228b1d482a;p=vimb.git Added noted about gvim -f option as editor-command (#141). --- diff --git a/doc/vimb.1 b/doc/vimb.1 index ff1c778..447f29f 100644 --- a/doc/vimb.1 +++ b/doc/vimb.1 @@ -1166,7 +1166,8 @@ used to handle downloads. If this is disabled vimb will handle the download. .TP .B editor-command (string) Command with placeholder '%s' called if form filed is opened with editor to -spawn the editor like `x-terminal-emulator -e vi %s'. +spawn the editor like `x-terminal-emulator -e vi %s'. To use gvim as editor, +it's necessary to call it with `-f' to run it in foreground. .TP .B fullscreen (bool) Show the current window full-screen.