$OpenBSD: patch-awesomerc_lua_in,v 1.7 2014/04/15 11:16:04 dcoppa Exp $
--- awesomerc.lua.in.orig	Sat Oct 12 18:48:49 2013
+++ awesomerc.lua.in	Tue Jan 14 10:41:46 2014
@@ -42,7 +42,7 @@ beautiful.init("@AWESOME_THEMES_PATH@/default/theme.lu
 
 -- This is used later as the default terminal and editor to run.
 terminal = "xterm"
-editor = os.getenv("EDITOR") or "nano"
+editor = os.getenv("EDITOR") or "vi"
 editor_cmd = terminal .. " -e " .. editor
 
 -- Default modkey.
