Add remap for terminal

This commit is contained in:
2021-10-15 20:16:10 +03:00
parent 6326e970f8
commit a71c192709

View File

@@ -13,3 +13,6 @@ noremap <leader>nh :nohl<CR>
" Use Ctrl+A to select the whole file " Use Ctrl+A to select the whole file
nnoremap <C-a> ggVG nnoremap <C-a> ggVG
" Open terminal
nnoremap <C-j> :term<CR>