.
This commit is contained in:
parent
d8f852ab18
commit
c474a12d4e
1 changed files with 3 additions and 2 deletions
|
|
@ -1,4 +1,5 @@
|
|||
require("vis")
|
||||
require("plugins/vis-sneak")
|
||||
|
||||
vis.events.subscribe(vis.events.INIT, function()
|
||||
vis:command("set theme wryan")
|
||||
|
|
@ -12,7 +13,6 @@ vis.events.subscribe(vis.events.INIT, function()
|
|||
vis:map(vis.modes.NORMAL, 'l', 'gl')
|
||||
vis:map(vis.modes.NORMAL, '0', 'g0')
|
||||
|
||||
vis:command("map! normal n <vis-motion-search-repeat>")
|
||||
vis:map(vis.modes.VISUAL, ' y', '"+y')
|
||||
vis:map(vis.modes.VISUAL, ' p', '"+p')
|
||||
vis:map(vis.modes.VISUAL, ' d', '"+d')
|
||||
|
|
@ -24,6 +24,7 @@ vis.events.subscribe(vis.events.INIT, function()
|
|||
end)
|
||||
|
||||
vis.events.subscribe(vis.events.WIN_OPEN, function(win)
|
||||
win.options.tabwidth = 3
|
||||
win.options.tabwidth = 2
|
||||
win.options.expandtab = true
|
||||
-- win.options.wrapcolumn = 80
|
||||
end)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue