about summary refs log tree commit diff stats
path: root/data/apps.rb
diff options
context:
space:
mode:
Diffstat (limited to 'data/apps.rb')
-rw-r--r--data/apps.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/data/apps.rb b/data/apps.rb
index 921306b1..019a9848 100644
--- a/data/apps.rb
+++ b/data/apps.rb
@@ -132,5 +132,9 @@ module Application
 	def rake(files)
 		"rake"
 	end
+
+	## set the default editor for when pressing E
+	alias editor vi
+
 end