Skip to content

Commit

Permalink
Remove vimux
Browse files Browse the repository at this point in the history
It wasn't working the way I'd want to work right now. Maybe some other
time.
  • Loading branch information
geopet committed Jan 15, 2014
1 parent aa3d0da commit 8b81c41
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
1 change: 0 additions & 1 deletion bundle/vimux
Submodule vimux deleted from efa6a9
9 changes: 0 additions & 9 deletions vimrc
Expand Up @@ -12,9 +12,6 @@ nnoremap <SPACE> <Nop>
" Setting list for disabling plugins
" let g:pathogen_disabled = ['syntastic']

" Getting a strange error from bunder right now
let g:pathogen_disabled = ['vim-css-color']

" Loading plugins via Pathogen for runtime management <https://github.com/tpope/vim-pathogen>
execute pathogen#infect()

Expand Down Expand Up @@ -158,9 +155,3 @@ imap <c-l> <space>=><space>
" Show/hide line numbers
map <leader>n :set nonumber!<CR>
" Run vroom in vimux
let g:vroom_use_vimux = 1

" Configure vimux to run a horizontal split
let g:VimuxOrientation = 'h'

0 comments on commit 8b81c41

Please sign in to comment.