This commit is contained in:
Gokcehan 2019-03-27 22:11:34 +03:00
parent 791b704257
commit 29de45e466

View File

@ -72,12 +72,16 @@ func init() {
gOpts.ignoredia = false gOpts.ignoredia = false
gOpts.smartdia = false gOpts.smartdia = false
gOpts.wrapscan = true gOpts.wrapscan = true
gOpts.number = false
gOpts.relativenumber = false
gOpts.findlen = 1 gOpts.findlen = 1
gOpts.period = 0 gOpts.period = 0
gOpts.scrolloff = 0 gOpts.scrolloff = 0
gOpts.tabstop = 8 gOpts.tabstop = 8
gOpts.errorfmt = "\033[7;31;47m%s\033[0m" gOpts.errorfmt = "\033[7;31;47m%s\033[0m"
gOpts.filesep = "\n" gOpts.filesep = "\n"
gOpts.ifs = nil
gOpts.previewer = nil
gOpts.promptfmt = "\033[32;1m%u@%h\033[0m:\033[34;1m%w/\033[0m\033[1m%f\033[0m" gOpts.promptfmt = "\033[32;1m%u@%h\033[0m:\033[34;1m%w/\033[0m\033[1m%f\033[0m"
gOpts.shell = gDefaultShell gOpts.shell = gDefaultShell
gOpts.timefmt = time.ANSIC gOpts.timefmt = time.ANSIC