Changed over to solarized colour scheme

This commit is contained in:
2014-08-31 15:29:00 +02:00
parent 4e74f8cc15
commit 203f1e7b77
5 changed files with 12 additions and 0 deletions

4
vimrc
View File

@@ -2,6 +2,10 @@ execute pathogen#infect()
syntax on
filetype plugin indent on
set t_Co=256
set background=dark
colorscheme solarized
nnoremap <silent> <M-l> :TmuxNavigateLeft<cr>
nnoremap <silent> <M-j> :TmuxNavigateDown<cr>
nnoremap <silent> <M-k> :TmuxNavigateUp<cr>