set tmux's TERM value and remove set paste from .vimrc
This commit is contained in:
parent
cb12818bf3
commit
4cf901e162
@ -98,3 +98,6 @@ bind '"' choose-window
|
|||||||
|
|
||||||
# reload config
|
# reload config
|
||||||
bind-key r source-file ~/.tmux.conf \; display “Config reloaded!”
|
bind-key r source-file ~/.tmux.conf \; display “Config reloaded!”
|
||||||
|
|
||||||
|
# Set TERM to 256 colors
|
||||||
|
set -g default-terminal "screen-256color"
|
||||||
|
1
.vimrc
1
.vimrc
@ -17,7 +17,6 @@ set autoindent
|
|||||||
set mouse=a
|
set mouse=a
|
||||||
set hls is
|
set hls is
|
||||||
set encoding=utf-8
|
set encoding=utf-8
|
||||||
set paste
|
|
||||||
|
|
||||||
" Only do this part when compiled with support for autocommands
|
" Only do this part when compiled with support for autocommands
|
||||||
if has("autocmd")
|
if has("autocmd")
|
||||||
|
Loading…
Reference in New Issue
Block a user