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"