vis: Shortcut a guardar y :
This commit is contained in:
parent
8dfabb5952
commit
ec978bcaf1
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,8 @@ 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, ',,', ':')
|
||||||
vis:command_register('W', function(argv)
|
vis:command_register('W', function(argv)
|
||||||
disable_formating = true
|
disable_formating = true
|
||||||
vis:command('w')
|
vis:command('w')
|
||||||
|
|
Loading…
Reference in a new issue