Changed over to solarized colour scheme
This commit is contained in:
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
Submodule vim/bundle/vim-colors-solarized added at 528a59f26d
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>
|
||||
|
||||
Reference in New Issue
Block a user