mirror of
https://github.com/frebib/dotfiles.git
synced 2024-06-14 12:57:23 +00:00
vim: split in the direction you'd expect
This commit is contained in:
parent
94b221ebb3
commit
daea729cc8
@ -54,6 +54,10 @@ set hlsearch
|
|||||||
set ignorecase
|
set ignorecase
|
||||||
set smartcase
|
set smartcase
|
||||||
|
|
||||||
|
" More natural splits
|
||||||
|
set splitbelow " Horizontal split below current.
|
||||||
|
set splitright " Vertical split to right of current.
|
||||||
|
|
||||||
" GVim settings
|
" GVim settings
|
||||||
set guifont=Sauce\ Code\ Pro\ 10.5
|
set guifont=Sauce\ Code\ Pro\ 10.5
|
||||||
set guioptions=
|
set guioptions=
|
||||||
|
Loading…
Reference in New Issue
Block a user