1
0
mirror of https://github.com/gryf/.vim.git synced 2026-02-20 18:15:47 +01:00

Jellybeans colorscheme update, added repeat and zoom plugins, changed

vcscommand to support switching VCS on fly, changed python snippets (edbg)
added fitnesse wiki syntax.
This commit is contained in:
2011-04-16 06:53:59 +02:00
parent 056f63a34a
commit f205f3b36d
7 changed files with 317 additions and 65 deletions

9
.vimrc
View File

@@ -9,6 +9,7 @@ set background=dark "Hint Vim that I use dark colorscheme
set confirm "Ask for confirmation rather then refuse certain commands
set cursorline "Turn on current line highlight
set nohlsearch "Turn off highlighting text by default
set expandtab "I want spaces instead of tabs
set fileencodings=ucs-bom,utf-8,latin2,default,latin1,default
set fileformats=unix,dos "Type of <EOL> in written files
@@ -196,8 +197,8 @@ map <Leader>wp <Plug>VimwikiPrevWord
map ]b :call OpenInFirefox()<cr>
"make displaying tags easy
"nmap <Leader>t :TlistToo<CR>
nmap <Leader>t :TagbarToggle<CR>
nmap <Leader>t :TlistToo<CR>
nmap <Leader>T :TagbarToggle<CR>
"eclim Buffer shortcut
map <Leader>b :Buffers<CR>
@@ -308,8 +309,8 @@ endfunction
" GUI: here goes all the gvim customizations {{{
if has('gui_running')
"set guifont=Consolas\ 12 "I like this font, but it looks like crap on linux
set guifont=Consolas\ 13 "Let's try again
"set guifont=Fixed\ 14 "I like this font better.
"set guifont=Consolas\ 13 "Let's try again
set guifont=Fixed\ 14 "I like this font better.
set mouse=a "Enable mouse support
"No toolbar, menu, scrollbars, draw simple text tabs. This would keep
"window in one place, and also this will conserve space. Tabs are huge