Updated profile and screenrc to work with new vim config.

This commit is contained in:
Nicole Tietz-Sokolskaya 2016-02-03 23:42:28 -05:00
parent 0ecdb211ac
commit 3ee2135731
3 changed files with 10 additions and 19 deletions

View File

@ -99,3 +99,5 @@ export PATH=$PATH:~/.bin:/Developer/NVIDIA/CUDA-7.0/bin/
export HISTCONTROL=ignorespace
export TERM=xterm-color

View File

@ -32,7 +32,12 @@ vbell off
# vbell_msg " Wuff ---- Wuff!! "
# define a bigger scrollback, default is 100 lines
defscrollback 1024
defscrollback 10240
attrcolor b ".I"
term screen-256color
termcapinfo xterm 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm' # tell screen how to set colors. AB = background, AF=foreground
defbce on # use current bg color for erased chars
# ------------------------------------------------------------------------------
# SCREEN KEYBINDINGS

20
vimrc
View File

@ -1,21 +1,5 @@
"set nocompatible
"filetype off
"
"" set the runtime path to include Vundle and initialize
"set rtp+=~/.vim/bundle/Vundle.vim
"call vundle#begin()
"
"" let Vundle manage Vundle, required
"Plugin 'gmarik/Vundle.vim'
"
"" Plugin 'scala.vim'
"" Plugin 'vim-scala'
"Bundle 'derekwyatt/vim-scala'
"" Plugin 'git@github.com:Valloric/YouCompleteMe.git'
"
"call vundle#end()
"
"filetype plugin indent on
filetype plugin indent on
" Tabbing