diff options
Diffstat (limited to '.vim/vimrc')
-rw-r--r-- | .vim/vimrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -35,6 +35,8 @@ set noswapfile set nowrap set background=dark set cursorline +set splitright +set splitbelow map Y y$ nnoremap <C-L> :nohl<CR><C-L> |