split below and right
This commit is contained in:
parent
545e8817d6
commit
13c2529b92
1 changed files with 5 additions and 0 deletions
5
.vimrc
5
.vimrc
|
|
@ -57,6 +57,11 @@ set cursorline " highlight current line
|
|||
" No need to prefix them with "* or "+
|
||||
set clipboard=unnamed
|
||||
|
||||
" New split plaed below
|
||||
set splitbelow
|
||||
" New vsplit placed right
|
||||
set splitright
|
||||
|
||||
let mapleader = "," " leader key is comma
|
||||
|
||||
" xx will delete the line without copying it into the default register
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue