Remove Ctrl+A remap

This commit is contained in:
2021-11-12 14:34:59 +03:00
parent db12f07ec0
commit 7d6ccad31e

View File

@@ -27,9 +27,6 @@ tnoremap <A-l> <C-\><C-n><C-w>l
" Remove search highlighting
noremap <leader>nh :nohl<CR>
" Use Ctrl+A to select the whole file
nnoremap <C-a> ggVG
" Open terminal
nnoremap <leader>t :ToggleTerminal<CR>