$OpenBSD: patch-awesomerc_lua_in,v 1.3 2013/05/22 15:05:50 dcoppa Exp $
--- awesomerc.lua.in.orig	Mon Apr  1 13:44:46 2013
+++ awesomerc.lua.in	Mon May 20 13:03:44 2013
@@ -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.
