vim gui options
This commit is contained in:
@@ -157,6 +157,9 @@ set tags+=~/.vim/systags
|
|||||||
set relativenumber
|
set relativenumber
|
||||||
set number
|
set number
|
||||||
|
|
||||||
|
" gvim without toolbar
|
||||||
|
set guioptions-=T
|
||||||
|
|
||||||
""" Return to last edit position when opening files {{{
|
""" Return to last edit position when opening files {{{
|
||||||
augroup LastPosition
|
augroup LastPosition
|
||||||
autocmd! BufReadPost *
|
autocmd! BufReadPost *
|
||||||
@@ -165,6 +168,8 @@ augroup LastPosition
|
|||||||
\ endif
|
\ endif
|
||||||
augroup END
|
augroup END
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
" Keep undo history across sessions by storing it in a file
|
" Keep undo history across sessions by storing it in a file
|
||||||
let vimDir = '$HOME/.vim'
|
let vimDir = '$HOME/.vim'
|
||||||
if has('persistent_undo')
|
if has('persistent_undo')
|
||||||
|
|||||||
Reference in New Issue
Block a user