Compare commits
2 commits
8dfabb5952
...
9dc7c69ce2
Author | SHA1 | Date | |
---|---|---|---|
9dc7c69ce2 | |||
ec978bcaf1 |
2 changed files with 5 additions and 3 deletions
|
@ -11,9 +11,9 @@ lines = 10000
|
|||
hide-when-typing=yes
|
||||
|
||||
[main]
|
||||
font=monospace:pixelsize=18
|
||||
line-height=27px
|
||||
vertical-letter-offset=4px
|
||||
font=monospace:pixelsize=22
|
||||
line-height=33px
|
||||
vertical-letter-offset=5px
|
||||
|
||||
pad=0x0
|
||||
|
||||
|
|
|
@ -16,6 +16,8 @@ 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')
|
||||
|
|
Loading…
Reference in a new issue