mirror of
https://github.com/amix/vimrc
synced 2025-02-28 14:12:51 +08:00
small modification move column setting to the last
This commit is contained in:
parent
bb0e373faa
commit
63f2b60a5f
@ -4,20 +4,17 @@
|
|||||||
set nu
|
set nu
|
||||||
|
|
||||||
" the color I used to
|
" the color I used to
|
||||||
"colorscheme desert
|
colorscheme desert
|
||||||
|
|
||||||
" change current directory when switching files
|
" change current directory when switching files
|
||||||
set autochdir
|
set autochdir
|
||||||
|
|
||||||
let tmpcolumn=$COLUMNS
|
|
||||||
execute "set columns=".tmpcolumn
|
|
||||||
|
|
||||||
""""""""""""""""""""""""
|
""""""""""""""""""""""""
|
||||||
" [my plugin setup]
|
" [my plugin setup]
|
||||||
"
|
"
|
||||||
" ctags
|
" ctags
|
||||||
set tags=tags;
|
set tags=tags;
|
||||||
set tags+=~/.vim/systags
|
set tags+=~/.systags
|
||||||
|
|
||||||
" cscope
|
" cscope
|
||||||
if has("cscope")
|
if has("cscope")
|
||||||
@ -54,3 +51,7 @@ nmap <C-@>d :cs find d <C-R>=expand("<cword>")<CR><CR>
|
|||||||
let g:miniBufExplMapCTabSwitchBufs = 1
|
let g:miniBufExplMapCTabSwitchBufs = 1
|
||||||
let g:miniBufExplMapWindowNavVim = 1
|
let g:miniBufExplMapWindowNavVim = 1
|
||||||
let g:miniBufExplMapWindowNavArrows = 1
|
let g:miniBufExplMapWindowNavArrows = 1
|
||||||
|
|
||||||
|
let tmpcolumn=$COLUMNS
|
||||||
|
execute "set columns=".tmpcolumn
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user