diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/apps.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/data/apps.rb b/data/apps.rb index 37d79c77..6a906e9d 100644 --- a/data/apps.rb +++ b/data/apps.rb @@ -100,6 +100,8 @@ module Application end def vi(files) + files.dont_run_in_background + commands = [ 'map h ZZ', 'map q h', |