diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2016-11-12 20:11:37 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2016-11-12 20:11:37 +0100 |
commit | 4cd7932547cb36686fa70ac73a98c629af94f216 (patch) | |
tree | 907f2029d461a0e06407b25ac9df771d59620468 | |
parent | fb4e430da58723f2c636d9eb24598316a42bb056 (diff) |
Open splits in more natural location
-rw-r--r-- | vimrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -6,6 +6,8 @@ set expandtab set modeline filetype plugin on filetype indent on +set splitbelow +set splitright " to ease the use of plugin mappings let maplocalleader = "," |