vis: Shortcut ,q

This commit is contained in:
Cat /dev/Nulo 2022-03-31 15:51:24 -03:00
parent e30c6b49ce
commit 2dd857f304

View file

@ -17,6 +17,7 @@ vis.events.subscribe(vis.events.INIT, function()
vis:map(vis.modes.NORMAL, ',f', ':fzf<Enter>') vis:map(vis.modes.NORMAL, ',f', ':fzf<Enter>')
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, ',,', ':') vis:map(vis.modes.NORMAL, ',,', ':')
vis:command_register('W', function(argv) vis:command_register('W', function(argv)
disable_formating = true disable_formating = true