From 453a61a0d6292a6e4537d58ea378b64b286cd9fb Mon Sep 17 00:00:00 2001 From: Michael Sofaer Date: Sat, 28 May 2011 19:11:20 -0700 Subject: [PATCH] Leave GUI chrome mac-like by default. Make cmd-/ comment a line. Remove fufFinder call --- vimrc | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/vimrc b/vimrc index 3e3a478b..ec9ae59f 100644 --- a/vimrc +++ b/vimrc @@ -69,7 +69,6 @@ au BufRead,BufNewFile Vagrantfile set filetype=ruby au BufRead,BufNewFile soloistrc set filetype=ruby " SETTINGS """""""""""""""""""""""""""""""" "set t_Co=256 -colorscheme vividchalk colorscheme solarized set background=dark @@ -95,12 +94,6 @@ set guioptions-=T set ignorecase set smartcase -"no gui tab bar -set guioptions-=e - -"no scrollbars -set guioptions-=rL - "font set guifont=Inconsolata:h24 "Huge and not always there ... set guifont=Monaco:h18 @@ -173,9 +166,6 @@ autocmd FileType ruby imap => " reload .vimrc map rv :source ~/.vimrc -" refresh the FuzzyFinder cache -map rf :FufRenewCache - " ctags again with gemhome added map t :!/usr/local/bin/ctags -R --exclude=.git --exclude=log * `rvm gemhome`/* map T :!rdoc -f tags -o tags * `rvm gemhome` --exclude=.git --exclude=log @@ -235,6 +225,7 @@ let NERDSpaceDelims = 1 " Comment/uncomment lines. map / NERDCommenterToggle +map NERDCommenterToggle " Copy current file path to system pasteboard. map :let @* = expand("%"):echo "Copied: ".expand("%") @@ -278,6 +269,15 @@ map :CommandTFlush:CommandT " Easy access to the shell. map :! + +"no gui tab bar +"set guioptions-=e + +"no scrollbars +"set guioptions-=rL + + + " (Keep this at the end.) " Machine-local vim settings. silent! source ~/.vimrc.local