This commit is contained in:
Cat /dev/Nulo 2022-03-31 15:59:39 -03:00
parent 09a4424785
commit 33e78ae22a

View file

@ -18,6 +18,7 @@ vis.events.subscribe(vis.events.INIT, function()
vis:map(vis.modes.NORMAL, ',b', ':fzfmru<Enter>') vis:map(vis.modes.NORMAL, ',b', ':fzfmru<Enter>')
vis:map(vis.modes.NORMAL, ',w', ':w<Enter>') vis:map(vis.modes.NORMAL, ',w', ':w<Enter>')
vis:map(vis.modes.NORMAL, ',q', ':q<Enter>') vis:map(vis.modes.NORMAL, ',q', ':q<Enter>')
vis:map(vis.modes.NORMAL, ',Q', ':q!<Enter>')
vis:map(vis.modes.NORMAL, ',,', ':') vis:map(vis.modes.NORMAL, ',,', ':')
vis:command_register('W', function(argv) vis:command_register('W', function(argv)
disable_formating = true disable_formating = true