diff --git a/.vimrc b/.vimrc index c1d3669..8dc07b0 100644 --- a/.vimrc +++ b/.vimrc @@ -74,6 +74,7 @@ filetype plugin indent on set wildmode=longest,list colorscheme Monokai set wildignore+=*/tmp/*,*/log/*,*.so,*.swp,*.zip +set colorcolumn=90 """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" " CUSTOM AUTOCMDS @@ -185,18 +186,6 @@ function! Search() endfunction map s :call Search() -"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" -" RUBY DOC SEARCH -"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" -function! RubyDocSearch() - let term = input('Ruby Doc search term: ') - if term != '' - exec '!ri ' . term - endif -endfunction -map d :call RubyDocSearch() - - """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" " PROMOTE VARIABLE TO RSPEC LET """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""