mirror of
https://github.com/amix/vimrc
synced 2025-02-28 14:12:51 +08:00
set column to fix tmux problem
This commit is contained in:
parent
a9dd486360
commit
2031c48264
@ -6,6 +6,9 @@ set nu
|
||||
" the color I used to
|
||||
colorscheme desert
|
||||
|
||||
let tmpcolumn=$COLUMNS
|
||||
execute "set columns=".tmpcolumn
|
||||
|
||||
""""""""""""""""""""""""
|
||||
" [my plugin setup]
|
||||
"
|
||||
|
Loading…
Reference in New Issue
Block a user