Change enter key behavior

This commit is contained in:
2020-07-22 13:20:39 +02:00
parent bbb29ec938
commit 8e3e53f597

3
_vimrc
View File

@@ -108,8 +108,7 @@ command! DelThis :call delete(expand('%')) | bdelete!
" Filetypes " Filetypes
au BufRead,BufNewFile *.z80 set filetype=z8a au BufRead,BufNewFile *.z80 set filetype=z8a
nmap <S-Enter> O<Esc> nnoremap <buffer> <CR> <C-]>
nmap <CR> o<Esc>
map <Tab> >> map <Tab> >>
map <S-Tab> << map <S-Tab> <<
map <F2> :TOhtml<enter>:wq<enter>:n<enter><F2> map <F2> :TOhtml<enter>:wq<enter>:n<enter><F2>