mirror of
https://github.com/amix/vimrc
synced 2025-06-28 18:44:59 +08:00
This commit is contained in:
@ -54,3 +54,11 @@ endfunction
|
|||||||
au FileType coffee call CoffeeScriptFold()
|
au FileType coffee call CoffeeScriptFold()
|
||||||
|
|
||||||
au FileType gitcommit call setpos('.', [0, 1, 1, 0])
|
au FileType gitcommit call setpos('.', [0, 1, 1, 0])
|
||||||
|
|
||||||
|
|
||||||
|
""""""""""""""""""""""""""""""
|
||||||
|
" => Shell section
|
||||||
|
""""""""""""""""""""""""""""""
|
||||||
|
if exists('$TMUX')
|
||||||
|
set term=screen-256color
|
||||||
|
endif
|
||||||
|
Reference in New Issue
Block a user