use $VISUAL in formfiller.sh
[uzbl-mobile] / examples / data / uzbl / scripts / formfiller.sh
index 3d50a7f..10afaba 100755 (executable)
@@ -18,6 +18,7 @@ keydir=${XDG_DATA_HOME:-$HOME/.local/share}/uzbl/forms
 
 editor=${VISUAL}
 if [[ -z ${editor} ]]; then
+    #editor='gvim'
     editor='urxvt -e vim'
 fi