From edebc315241bae74034da319a38fa8b18417dd06 Mon Sep 17 00:00:00 2001 From: James Dixon Date: Thu, 28 May 2020 23:23:07 -0400 Subject: [PATCH] fix colors in tmux --- tmux/tmux.conf | 3 +++ vim/vimrc | 13 ++++++++----- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 4efd552..ee4e1d1 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -3,6 +3,9 @@ unbind C-b set-option -g prefix C-a bind-key C-a send-prefix +# terminal +set -g default-terminal "tmux-256color" + # unset the annoying delay set -sg escape-time 0 diff --git a/vim/vimrc b/vim/vimrc index 0ba19a8..1fe1661 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -74,16 +74,18 @@ function! SetPluginSettings() let g:ale_sign_warning = '--' endif - "colors - "set background=dark - "colorscheme 1989 "colorscheme PaperColor - "colorscheme dracula "colorscheme gruvbox - colorscheme jellybeans + "colorscheme jellybeans "colorscheme molokai + "colorscheme Benokai + "colorscheme Monokai "colorscheme badwolf + "colorscheme wombat256 + "colorscheme yuejiu + "colorscheme wargrey + "colorscheme Tomorrow-Night-Bright endfunction "general settings @@ -164,6 +166,7 @@ nnoremap =j :%!python -m json.tool nnoremap e :call ToggleNetrw() nnoremap at :ALEToggle + "insert mode keybinds/abbreviations "-------------------- inoreabbrev #!! "#!/usr/bin/env"