Skip to content

Instantly share code, notes, and snippets.

@sadjow
Created July 13, 2015 17:00
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save sadjow/75dea827d9e531691898 to your computer and use it in GitHub Desktop.
Make tmux works with vim on ubuntu
export TERM="screen-256color"
alias tmux="TERM=screen-256color tmux -2"
export EDITOR=vim
set t_Co=256
colorscheme badwolf
set expandtab
set shiftwidth=2
set softtabstop=2
set foldmethod=indent
set foldlevel=99
set foldlevelstart=99
let g:turbux_command_prefix = 'bundle exec'
Bundle 'flazz/vim-colorschemes'
Bundle 'tpope/vim-rails'
Bundle 'jgdavey/vim-turbux'
Bundle 'christoomey/vim-tmux-navigator'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment