Added command pass-through to switch to pass through mode.
authorDaniel Carl <danielcarl@gmx.de>
Mon, 5 Aug 2013 19:10:30 +0000 (21:10 +0200)
committerDaniel Carl <danielcarl@gmx.de>
Mon, 5 Aug 2013 19:55:58 +0000 (21:55 +0200)
commitce1fcd3d58f6406f457a5f9a6ce1858626e8f790
tree1f48c29575ed3762a97f382bfccb3c9eaad70139
parent861421b01770c485a971f3a403b1b9163fa5e2be
Added command pass-through to switch to pass through mode.

The pass-through mode allows to skip all keybindings accept of <esc> and
<ctrl-c> in vimb to let the webview handle them.
doc/vimb.1
src/command.c
src/command.h
src/default.h
src/keybind.c
src/main.c
src/main.h