1
0
Fork 0

neovim: Add terminal configuration

This commit is contained in:
coderkun 2021-03-13 11:50:51 +01:00
commit fc6a51e94a

View file

@ -33,6 +33,9 @@ set listchars=tab:>-,trail:·
set list
:nnoremap <silent> <F5> :let _s=@/<Bar>:%s/\s\+$//e<Bar>:let @/=_s<Bar>:nohl<CR>
" Terminal mode
:tnoremap <Esc> <C-\><C-n>
" Custom shortcuts
map gb :bn<cr>
map gB :bp<cr>