shorter escdelay

This commit is contained in:
Felix Van der Jeugt 2017-10-10 14:14:40 +02:00
parent 4ba9281dd3
commit 6822d91e94
No known key found for this signature in database
GPG Key ID: 58B209295023754D

View File

@ -16,6 +16,7 @@ vis.events.subscribe(vis.events.WIN_OPEN, function(win)
vis:command('set show-tabs on') vis:command('set show-tabs on')
vis:command('set number') vis:command('set number')
vis:command('set theme dark-16') vis:command('set theme dark-16')
vis:command('set escdelay 1')
end) end)
vis:map(vis.modes.NORMAL, ";l", function() vis:map(vis.modes.NORMAL, ";l", function()