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
f35e8b8bec
commit
f985d47b68
@ -51,6 +51,10 @@ set hlsearch
|
||||
set ignorecase
|
||||
set smartcase
|
||||
|
||||
" More natural splits
|
||||
set splitbelow " Horizontal split below current.
|
||||
set splitright " Vertical split to right of current.
|
||||
|
||||
" GVim settings
|
||||
set guifont=Sauce\ Code\ Pro\ 10.5
|
||||
set guioptions=
|
||||
|
Loading…
Reference in New Issue
Block a user