add gdefault option
This commit is contained in:
parent
23be6cc862
commit
2fa4584eb4
2 changed files with 11 additions and 0 deletions
|
|
@ -56,4 +56,10 @@ class VimOption
|
|||
noscs: =>
|
||||
@nosmartcase()
|
||||
|
||||
gdefault: =>
|
||||
atom.config.set("ex-mode.gdefault", true)
|
||||
|
||||
nogdefault: =>
|
||||
atom.config.set("ex-mode.gdefault", false)
|
||||
|
||||
module.exports = VimOption
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue