mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2024-11-22 14:38:04 +01:00
Configure backspace to properly work
This commit is contained in:
parent
eae46621d8
commit
7792cc525a
1 changed files with 1 additions and 0 deletions
|
@ -60,6 +60,7 @@ set hlsearch
|
||||||
set incsearch
|
set incsearch
|
||||||
set splitbelow
|
set splitbelow
|
||||||
set splitright
|
set splitright
|
||||||
|
set backspace=indent,eol,start
|
||||||
|
|
||||||
"split navigations
|
"split navigations
|
||||||
nnoremap <C-J> <C-W><C-J>
|
nnoremap <C-J> <C-W><C-J>
|
||||||
|
|
Loading…
Reference in a new issue