Fixed enter in normal mode
This commit is contained in:
parent
93b5927968
commit
d88106da00
1 changed files with 1 additions and 5 deletions
4
vimrc
4
vimrc
|
@ -401,11 +401,7 @@ nnoremap <ENTER> :call <SID>Enter(0)<CR>
|
|||
nnoremap <S-ENTER> :call <SID>Enter(1)<CR>
|
||||
function! s:Enter(shift)
|
||||
if !a:shift
|
||||
if col(".")-1
|
||||
exe "normal o\<esc>0\"_d$"
|
||||
else
|
||||
exe "normal O\<esc>0\"_d$j"
|
||||
end
|
||||
else
|
||||
exe "normal O\<esc>0\"_d$"
|
||||
endif
|
||||
|
|
Loading…
Reference in a new issue