Skip to content

Commit

Permalink
vim 256 color in tmux
Browse files Browse the repository at this point in the history
  • Loading branch information
nickleefly committed Nov 15, 2015
1 parent bb7ed83 commit e65b04a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -178,3 +178,4 @@ augroup mydelimitMate
augroup END

set rtp+=~/.fzf
set term=screen-256color
2 changes: 1 addition & 1 deletion vimrc.local
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,4 @@ inoremap kj <Esc>
" Fast saving
cmap w!! w !sudo tee > /dev/null %
nmap <Leader>w :w!<cr>
nmap .<Leader> :wq!<cr>
nmap .<Leader> :wq!<cr>

0 comments on commit e65b04a

Please sign in to comment.