Skip to content

Commit

Permalink
Update conf
Browse files Browse the repository at this point in the history
  • Loading branch information
szw committed Sep 29, 2014
1 parent 4239f38 commit 918e653
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
3 changes: 2 additions & 1 deletion bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -158,4 +158,5 @@ export JRUBY_OPTS="--1.9"
# screen-256color) export PROMPT_COMMAND="set_tmux_title; $PROMPT_COMMAND";;
# esac

export MC_SKIN=$HOME/.mc/solarized.ini
export MC_SKIN=$HOME/.mc/solarized.ini

2 changes: 1 addition & 1 deletion gvimrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set guioptions-=R
set guioptions-=l
set guioptions-=L
set guioptions-=e
set lines=43 columns=120
set lines=86 columns=120
set vb

" Vim-CtrlSpace
Expand Down
6 changes: 2 additions & 4 deletions vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,8 @@ runtime macros/matchit.vim
syntax enable
set background=dark
colorscheme solarized
hi SignColumn guibg=#022B35 ctermbg=bg
hi NonText guifg=#022B35 gui=NONE ctermfg=bg cterm=NONE
silent! hi SignColumn guibg=#022B35 ctermbg=bg
silent! hi NonText guifg=#022B35 gui=NONE ctermfg=bg cterm=NONE

" Remove trailing spaces
augroup TrailingSpaces
Expand Down Expand Up @@ -365,11 +365,9 @@ endif

" let g:ctrlspace_unicode_font = 0
" let g:ctrlspace_use_ruby_bindings = 0
" let g:ctrlspace_use_horizontal_splits = 1
" let g:ctrlspace_max_files = 0
" let g:ctrlspace_max_search_results = 200
" let g:ctrlspace_save_workspace_on_exit = 1
" let g:ctrlspace_use_horizontal_splits = 1
" let g:ctrlspace_load_last_workspace_on_start = 1
" let g:ctrlspace_use_mouse_and_arrows_in_term = 1

Expand Down

0 comments on commit 918e653

Please sign in to comment.