updated vim to force italics through tmux

This commit is contained in:
Wryn Wagner 2020-01-03 09:49:07 -07:00
parent 9cff52fed2
commit 24c639d498
2 changed files with 5 additions and 0 deletions

View File

@ -5,6 +5,7 @@ set -s escape-time 0
# quick reload # quick reload
bind-key r source-file ~/.tmux.conf\; display "TMUX CONFIG RELOADED" bind-key r source-file ~/.tmux.conf\; display "TMUX CONFIG RELOADED"
bind-key -n M-r source-file ~/.tmux.conf\; display "TMUX CONFIG RELOADED"
# force color # force color
set -g default-terminal "screen-256color" set -g default-terminal "screen-256color"

View File

@ -44,3 +44,7 @@ nnoremap _ :m -2 <CR>
" - (insert mode) set current word to upper-case " - (insert mode) set current word to upper-case
inoremap <c-u> <esc>viwUea inoremap <c-u> <esc>viwUea
" set italics characters
set t_ZH=
set t_ZR=