Compare commits

..

No commits in common. "9dc7c69ce2d3c777386d8505e49f7f1177af1461" and "8dfabb595209490eb1432fe5be0c8be7df596870" have entirely different histories.

2 changed files with 3 additions and 5 deletions

View file

@ -11,9 +11,9 @@ lines = 10000
hide-when-typing=yes
[main]
font=monospace:pixelsize=22
line-height=33px
vertical-letter-offset=5px
font=monospace:pixelsize=18
line-height=27px
vertical-letter-offset=4px
pad=0x0

View file

@ -16,8 +16,6 @@ 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, ',,', ':')
vis:command_register('W', function(argv)
disable_formating = true
vis:command('w')