vis: Shortcut ,q
This commit is contained in:
parent
e30c6b49ce
commit
2dd857f304
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ vis.events.subscribe(vis.events.INIT, function()
|
|||
vis:map(vis.modes.NORMAL, ',f', ':fzf<Enter>')
|
||||
vis:map(vis.modes.NORMAL, ',b', ':fzfmru<Enter>')
|
||||
vis:map(vis.modes.NORMAL, ',w', ':w<Enter>')
|
||||
vis:map(vis.modes.NORMAL, ',q', ':q<Enter>')
|
||||
vis:map(vis.modes.NORMAL, ',,', ':')
|
||||
vis:command_register('W', function(argv)
|
||||
disable_formating = true
|
||||
|
|
Loading…
Reference in a new issue