Skip to content

Commit

Permalink
Going back to guitabs.
Browse files Browse the repository at this point in the history
  • Loading branch information
jordwalke committed Feb 13, 2020
1 parent be664de commit 8a0fb01
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions dotVim/localBundle/vim-box/settings.osx.gui.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,27 +9,14 @@

"supportsDoubleWide": true,
"supportsDoubleWide:description": "Whether or not this version of Vim supports double wide glyph rendering",
"supportsDoubleWide:possibleValues": [{"value": true}, {"value": false}],

"tabSystem": "wintabs",
"tabSystem:description": "Style of Window/Split/Tab management to use.",
"tabSystem:possibleValues": [
{
"value": "wintabs",
"description": "Places airline at the top of the screen, file navigation on left, and tags at the bottom of each split"
},
{
"value": "standard",
"description": "Regular platform tabs are used."
}
]
"supportsDoubleWide:possibleValues": [{"value": true}, {"value": false}]
},
"mappings": {
}
},
"vim": {
"config": {
"guioptions": "gmM",
"guioptions": "gmMe",
"shell": "eval:&shell =~# 'fish$' ? 'sh' : &shell"
}
}
Expand Down

0 comments on commit 8a0fb01

Please sign in to comment.