diff options
author | Guangxiong Lin <[email protected]> | 2021-09-05 22:43:31 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2021-09-05 22:43:31 +0800 |
commit | 2263e57785e65090fca3953c0d20865322f72aba (patch) | |
tree | e8244578b03942062616fb481f726d24315fa4e9 | |
parent | 4365df49639c686a78993cefd7ff4523b744d44b (diff) | |
download | dotfiles-2263e57785e65090fca3953c0d20865322f72aba.tar.gz dotfiles-2263e57785e65090fca3953c0d20865322f72aba.tar.bz2 dotfiles-2263e57785e65090fca3953c0d20865322f72aba.zip |
Update vim gui config
-rw-r--r-- | .vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,7 +34,7 @@ let &t_ut='' if has("gui_running") if has("gui_macvim") set guifont=Monaco:h15 - set transparency=10 + set transparency=5 set noimdisable noremap <D-1> :tabn 1<CR> |