1
0
mirror of https://github.com/akelge/zsh synced 2025-07-03 21:19:06 +00:00

Initial import

This commit is contained in:
2008-10-09 16:15:16 +00:00
parent b68c98a6f5
commit 2475eced60
13 changed files with 814 additions and 0 deletions

27
vim/gvimrc Normal file
View File

@ -0,0 +1,27 @@
set guifont=Monaco:h12
"set guifont=ProFontWindows:h9
set anti
set lines=50
"set lines=70
set columns=132
set nomousefocus
set ruler
set errorbells
set visualbell
set foldmethod=expr
if exists('&macatsui')
set nomacatsui
endif
"colorscheme zenburn
"colorscheme freya
colorscheme moria
" Let's do Ctrl-W work as expected, Gvim thinks we use a QZERTY Keyboard
nnoremap <silent> <C-Z> <C-W>
nnoremap <silent> <D-+> :call Zoom()<CR>
nnoremap <silent> <C-S> :set list!<CR>