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