forked from bleything/dotvim
-
Notifications
You must be signed in to change notification settings - Fork 1
/
gui
27 lines (24 loc) · 1 KB
/
gui
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
"""
""" Ben Bleything's Vim Setup
""" Based on the work of many others. See README.rdoc for credits.
"""
""" Git Hubs: http://github.com/bleything/dotvim
""" Internet Electronic Mail: ben@bleything.net
"""
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
""" G U I O P T I O N S
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" colorscheme Tomorrow-Night " use a nice 256-color scheme in the gui
" set mouse=a " use mouse when possible
set guifont=Inconsolata:h16 " Inconsolata, 16pt high
" set default window size
set columns=170
set lines=48
" GUI option string. Values:
" a: visual-mode selections go to the clipboard
" A: modeless selections go to the clipboard
" c: don't pop up windows; use the console for dialog boxes and such
" e: use GUI tab bar instead of text tab bar
set guioptions=aAce