add insert newline

This commit is contained in:
Daniel Flanagan 2017-03-02 19:33:40 -06:00
parent 9ca8960e3f
commit 88e91621de
1 changed files with 4 additions and 0 deletions

View File

@ -515,6 +515,10 @@ map <F5> :setlocal spell!<CR>
" open urls, files, etc. example: http://google.com:
noremap <leader>o :!xdg-open <cfile><CR><CR>
" insert newline
noremap <S-Enter> i<Enter><Esc>
noremap <C-S-o> i<Enter><Esc>
" keep that dumb window from popping up (wild something or another)
map q: :q
noremap qqq: q: