Compare commits
No commits in common. "9dc7c69ce2d3c777386d8505e49f7f1177af1461" and "8dfabb595209490eb1432fe5be0c8be7df596870" have entirely different histories.
9dc7c69ce2
...
8dfabb5952
2 changed files with 3 additions and 5 deletions
|
@ -11,9 +11,9 @@ lines = 10000
|
||||||
hide-when-typing=yes
|
hide-when-typing=yes
|
||||||
|
|
||||||
[main]
|
[main]
|
||||||
font=monospace:pixelsize=22
|
font=monospace:pixelsize=18
|
||||||
line-height=33px
|
line-height=27px
|
||||||
vertical-letter-offset=5px
|
vertical-letter-offset=4px
|
||||||
|
|
||||||
pad=0x0
|
pad=0x0
|
||||||
|
|
||||||
|
|
|
@ -16,8 +16,6 @@ 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