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.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/apps.rb b/data/apps.rb
index 89b8a9cc..921306b1 100644
--- a/data/apps.rb
+++ b/data/apps.rb
@@ -101,7 +101,7 @@ module Application
 
 	def vi(files)
 		commands = [
-			'map h :quit<cr>',
+			'map h ZZ',
 			'map q h',
 			'map H :unmap h<CR>:unmap H<CR>:unmap q<CR>',
 		].map {|x| "+'#{x}'"}.join(' ')
f='#n95'>95 96 97 98 99 100 101 102 103 104 105 106 107