diff options
author | hut <hut@lavabit.com> | 2009-07-03 17:20:06 +0200 |
---|---|---|
committer | hut <hut@lavabit.com> | 2009-07-03 17:20:06 +0200 |
commit | 3dbfe7e8e04a9b3d7551987325f018c338e7d398 (patch) | |
tree | ccb2edefb267d8e9b158c159460aa2fad4a0bcbf /data/apps.rb | |
parent | f8634dd6d2477d1871764982fe8d55f2003ab938 (diff) | |
download | ranger-3dbfe7e8e04a9b3d7551987325f018c338e7d398.tar.gz |
small changes
Diffstat (limited to 'data/apps.rb')
-rw-r--r-- | data/apps.rb | 2 |
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(' ') |