shorter escdelay
This commit is contained in:
parent
4ba9281dd3
commit
6822d91e94
@ -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()
|
||||||
|
Loading…
Reference in New Issue
Block a user