Changed over to solarized colour scheme
This commit is contained in:
parent
4e74f8cc15
commit
203f1e7b77
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -13,3 +13,6 @@
|
|||
[submodule "vim/bundle/bufexplorer"]
|
||||
path = vim/bundle/bufexplorer
|
||||
url = git@github.com:jlanzarotta/bufexplorer.git
|
||||
[submodule "vim/bundle/vim-colors-solarized"]
|
||||
path = vim/bundle/vim-colors-solarized
|
||||
url = git@github.com:altercation/vim-colors-solarized
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
#tmux config file
|
||||
|
||||
set-option -g default-terminal screen-256color-bce
|
||||
|
||||
#use ctrl-a instead of ctrl-b
|
||||
unbind C-b
|
||||
set -g prefix C-a
|
||||
|
|
1
vim/bundle/vim-colors-solarized
Submodule
1
vim/bundle/vim-colors-solarized
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 528a59f26d12278698bb946f8fb82a63711eec21
|
4
vimrc
4
vimrc
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue
Block a user