mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2024-11-04 22:04:00 +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 splitbelow
|
||||
set splitright
|
||||
set backspace=indent,eol,start
|
||||
|
||||
"split navigations
|
||||
nnoremap <C-J> <C-W><C-J>
|
||||
|
|
Loading…
Reference in a new issue