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