about summary refs log tree commit diff stats
path: root/data/apps.rb
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2009-07-03 17:20:06 +0200
committerhut <hut@lavabit.com>2009-07-03 17:20:06 +0200
commit3dbfe7e8e04a9b3d7551987325f018c338e7d398 (patch)
treeccb2edefb267d8e9b158c159460aa2fad4a0bcbf /data/apps.rb
parentf8634dd6d2477d1871764982fe8d55f2003ab938 (diff)
downloadranger-3dbfe7e8e04a9b3d7551987325f018c338e7d398.tar.gz
small changes
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(' ')