Add remap to select the whole file

This commit is contained in:
2021-10-14 21:43:19 +03:00
parent f116ecac18
commit 7cba21b3cd

View File

@@ -13,3 +13,6 @@ noremap <leader>z :ZenMode<CR>
" Remove search highlighting " Remove search highlighting
noremap <leader>nh :nohl<CR> noremap <leader>nh :nohl<CR>
" Use Ctrl+A to select the whole file
nnoremap <C-a> ggVG