Updated profile and screenrc to work with new vim config.
This commit is contained in:
parent
0ecdb211ac
commit
3ee2135731
3 changed files with 10 additions and 19 deletions
2
profile
2
profile
|
@ -99,3 +99,5 @@ export PATH=$PATH:~/.bin:/Developer/NVIDIA/CUDA-7.0/bin/
|
||||||
|
|
||||||
export HISTCONTROL=ignorespace
|
export HISTCONTROL=ignorespace
|
||||||
|
|
||||||
|
export TERM=xterm-color
|
||||||
|
|
||||||
|
|
7
screenrc
7
screenrc
|
@ -32,7 +32,12 @@ vbell off
|
||||||
# vbell_msg " Wuff ---- Wuff!! "
|
# vbell_msg " Wuff ---- Wuff!! "
|
||||||
|
|
||||||
# define a bigger scrollback, default is 100 lines
|
# 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
|
# SCREEN KEYBINDINGS
|
||||||
|
|
20
vimrc
20
vimrc
|
@ -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
|
filetype plugin indent on
|
||||||
|
|
||||||
" Tabbing
|
" Tabbing
|
||||||
|
|
Loading…
Reference in a new issue