moving all dots
This commit is contained in:
parent
6fcf9ba919
commit
d9b6fdfc1b
349 changed files with 34598 additions and 34727 deletions
32
dot_gvimrc
Normal file
32
dot_gvimrc
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
winsize 115 45
|
||||
"set expandtab
|
||||
"set guifont=DejaVu\ Sans\ Mono:h15.00
|
||||
set guifont=Inconsolata\ 14
|
||||
set guioptions-=L
|
||||
set guioptions-=r
|
||||
set guioptions-=m
|
||||
set guioptions-=T
|
||||
set guioptions+=c
|
||||
|
||||
if has("gui_macvim")
|
||||
set fuoptions=maxvert,maxhorz
|
||||
set guifont=Inconsolata:h18
|
||||
endif
|
||||
"call AppleTSetPath("~/work/client")
|
||||
"map gg :CmdT
|
||||
map <C-1> 1gt
|
||||
map <C-2> 2gt
|
||||
map <C-3> 3gt
|
||||
map <C-4> 4gt
|
||||
map <C-5> 5gt
|
||||
map <C-6> 6gt
|
||||
map <C-7> 7gt
|
||||
map <C-8> 8gt
|
||||
map <D-1> 1gt
|
||||
map <D-2> 2gt
|
||||
map <D-3> 3gt
|
||||
map <D-4> 4gt
|
||||
map <D-5> 5gt
|
||||
map <D-6> 6gt
|
||||
map <D-7> 7gt
|
||||
map <D-8> 8gt
|
||||
Loading…
Add table
Add a link
Reference in a new issue